[llvm-commits] CMake broke on 'TheX86_32Target' & 'TheX86_64Target'

Aaron Gray aaronngray.lists at googlemail.com
Fri Jul 17 13:09:31 PDT 2009


Hi,

Being lazy here but I cannot get CMake VS project to build as it is
complaining about 'TheX86_64Target' and 'TheX86_32Target'.

There seems to be a new library LLVMX86Info.lib that contains them but I
dont know CMake well enough to solve this.

llc and lli are failing :-

33> Creating library D:\Projects\LLVM\llvm-coff\lib\Debug\lli.lib and object
D:\Projects\LLVM\llvm-coff\lib\Debug\lli.exp
32> Creating library D:\Projects\LLVM\llvm-coff\lib\Debug\llc.lib and object
D:\Projects\LLVM\llvm-coff\lib\Debug\llc.exp
32>LLVMX86AsmPrinter.lib(X86AsmPrinter.obj) : error LNK2001: unresolved
external symbol _TheX86_64Target
32>LLVMX86AsmPrinter.lib(X86AsmPrinter.obj) : error LNK2001: unresolved
external symbol _TheX86_32Target
32>D:\Projects\LLVM\llvm-coff\bin\Debug\llc.exe : fatal error LNK1120: 2
unresolved externals

Aaron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090717/c1764d3a/attachment.html>


More information about the llvm-commits mailing list