Displaying 2 results from an estimated 2 matches for "d0123516".
Did you mean:
20120516
2008 May 28
0
[LLVMdev] X86TargetMachineModule not helping
Nicolas,
In Visual Studio 2005, you can force the linker to include specific symbols.
In your project, under "Configuration Properties/Linker/Input/Force Symbol
References", try adding _X86TargetMachineModule.
Hope that helps!
Stein Pedersen
_____
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On
Behalf Of Nicolas Capens
Sent: 27. mai 2008 00:11
2008 May 26
3
[LLVMdev] X86TargetMachineModule not helping
Hi all,
After creating a new LLVM-based project, I faced an odd problem.
ExecutionEngine::create always retuned null. After some investigation I
found out that it was due to the target architecture not getting registered.
I'm using Visual C++ 2005 and in the X86TargetMachine.cpp file an extern
variable X86TargetMachineModule is created to 'ensure' that the module is
linked in. It