search for: coresimulationplugin

Displaying 2 results from an estimated 2 matches for "coresimulationplugin".

2011 Nov 24
2
[LLVMdev] LLVM 2.9 - JIT problem on Windows
...ows (everything is fine on Linux and Mac OS X), I get a message that reads that "this application has requested the Runtime to terminate it in an unusual way". 'My' current LLVM code (see https://github.com/opencor/opencor/blob/master/src/plugins/simulation/CoreSi mulation/src/coresimulationplugin.cpp) is a shameless copy/paste of the HowToUseJIT example (in the examples folder). However, if I comment out line #67 of my code (i.e. llvm::InitializeNativeTarget();), then I don't get the aforementioned error and my LLVM code still works fine. Now, I may be wrong, but I was under the imp...
2011 Nov 24
0
[LLVMdev] LLVM 2.9 - JIT problem on Windows
...and Mac OS X), I get a message that reads that "this > application has requested the Runtime to terminate it in an unusual way". > > > > 'My' current LLVM code (see > https://github.com/opencor/opencor/blob/master/src/plugins/simulation/CoreSi > mulation/src/coresimulationplugin.cpp) is a shameless copy/paste of the > HowToUseJIT example (in the examples folder). However, if I comment out line > #67 of my code (i.e. llvm::InitializeNativeTarget();), then I don't get the > aforementioned error and my LLVM code still works fine. > > > > Now, I may...