search for: llvmsetupforcrossmodulejitus

Displaying 4 results from an estimated 4 matches for "llvmsetupforcrossmodulejitus".

2010 Feb 27
4
[LLVMdev] another experimental patch for bug 2606
...to mark my modifications as long as they did not involve introducing new files. If one is interested and wants to use this patch, one should use the test cases found in 2606 and modify them in the following ways. 1) Add: #include "llvm/ExecutionEngine/CrossModuleJIT.h" 2) Add the call: LLVMSetupForCrossModuleJITUse(); before using the EngineBuilder API For example take: ExecutionEngine* EE = EngineBuilder(M).create(); and turn it into: LLVMSetupForCrossModuleJITUse(); ExecutionEngine* EE = EngineBuilder(M).create(); I wrote this somewhat fast so caveat emptor. Garrison -------------- next part ---...
2010 Feb 27
0
[LLVMdev] another experimental patch for bug 2606
...s as long as they did not > involve introducing new files. If one is interested and wants > to use this patch, one should use the test cases found in  2606 and modify > them in the following ways. > 1) Add: #include "llvm/ExecutionEngine/CrossModuleJIT.h" > 2) Add the call: LLVMSetupForCrossModuleJITUse(); > before using the EngineBuilder API > For example take: > ExecutionEngine* EE = EngineBuilder(M).create(); > and turn it into: > LLVMSetupForCrossModuleJITUse(); > ExecutionEngine* EE = EngineBuilder(M).create(); > I wrote this somewhat fast so caveat emptor. > Garrison...
2010 Feb 27
0
[LLVMdev] another experimental patch for bug 2606
...s as long as they did not > involve introducing new files. If one is interested and wants > to use this patch, one should use the test cases found in  2606 and modify > them in the following ways. > 1) Add: #include "llvm/ExecutionEngine/CrossModuleJIT.h" > 2) Add the call: LLVMSetupForCrossModuleJITUse(); > before using the EngineBuilder API > For example take: > ExecutionEngine* EE = EngineBuilder(M).create(); > and turn it into: > LLVMSetupForCrossModuleJITUse(); > ExecutionEngine* EE = EngineBuilder(M).create(); > I wrote this somewhat fast so caveat emptor. > Garrison...
2010 Feb 27
2
[LLVMdev] another experimental patch for bug 2606
...d not >> involve introducing new files. If one is interested and wants >> to use this patch, one should use the test cases found in 2606 and modify >> them in the following ways. >> 1) Add: #include "llvm/ExecutionEngine/CrossModuleJIT.h" >> 2) Add the call: LLVMSetupForCrossModuleJITUse(); >> before using the EngineBuilder API >> For example take: >> ExecutionEngine* EE = EngineBuilder(M).create(); >> and turn it into: >> LLVMSetupForCrossModuleJITUse(); >> ExecutionEngine* EE = EngineBuilder(M).create(); >> I wrote this somewhat fast so...