[llvm] Use the global llvm context instead of creating a new one for each aot module...
authorZoltan Varga <vargaz@gmail.com>
Wed, 26 Oct 2016 16:41:53 +0000 (12:41 -0400)
committerZoltan Varga <vargaz@gmail.com>
Wed, 26 Oct 2016 16:42:09 +0000 (12:42 -0400)
commitfafa1a966278ba04945d6633cc6799bf191f6a91
treee8af301ad08c0393f35de6217d14f1b0d555c7b5
parent2b09b5fd6b604735c047e0680875633ad87d3510
[llvm] Use the global llvm context instead of creating a new one for each aot module, since the latter seems to cause random memory corruption/crashes.
mono/mini/mini-llvm.c