Displaying 2 results from an estimated 2 matches for "_x86asmprinterforcelink".
2008 Nov 12
1
[LLVMdev] cmake patch to build other targets
Hi, attached is a patch to improve including targets other than X86 in
CMake MSVC builds.
When adding libs to link, rather than always using LLVMX86CodeGen and
LLVMX86AsmPrinter, it grabs the correct ones.
It also adds "force-link-ints" to the various TargetMachine cpp files,
as well as X86AsmPrinter and PPCAsmPrinter. These are needed to be
able to encourage the Win32 linker to
2009 Jan 22
1
[LLVMdev] CMake Win64 build status
...d, and I got a 32-bit x86 build to go through without errors
(although I haven't tested it with my application yet).
The 64-bit build gets caught up on a few errors. First, all of the
executables fail to link because of unresolved symbol errors for
"_X86TargetMachineModule" and "_X86AsmPrinterForceLink". I can see where
these get set up on the link line in llvm/cmake/modules/LLVMConfig.make
file, and I understand why these are required for this build platform.
Unfortunately, it looks like the VS 64-bit compiler assigns symbol names
differently from the 32-bit compiler, so where /INCLUDE:_fo...