[LLVMbugs] [Bug 2176] New: llvmc2 fails to build (source code error)
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Mar 25 21:17:44 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2176
Summary: llvmc2 fails to build (source code error)
Product: tools
Version: trunk
Platform: PC
OS/Version: Windows XP
Status: NEW
Keywords: compile-fail
Severity: normal
Priority: P2
Component: llvmc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: aatyrael at gmail.com
CC: llvmbugs at cs.uiuc.edu
Something is propably wrong in the autogenerated code that is included in
Tools.cpp
Mingw 4.3/MSYS enviroment
WinXP
SVN trunk head Revision of 26/3/2008
Error Message:
make[2]: Entering directory `/c/llvm/tools/llvmc2'
llvm[2]: Building LLVMCC configuration library with tblgen
llvm[2]: Compiling Core.cpp for Release build
llvm[2]: Compiling Tools.cpp for Release build
In file included from Tools.cpp:28:
Tools.inc: In member function 'virtual bool llvm_gcc_assembler::IsLast()
const':
Tools.inc:167: error: could not convert 'AutoGeneratedPrefixListWa' to 'bool'
make[2]: *** [/c/llvm/tools/llvmc2/Release/Tools.o] Error 1
make[2]: Leaving directory `/c/llvm/tools/llvmc2'
make[1]: *** [llvmc2/.makeall] Error 2
make[1]: Leaving directory `/c/llvm/tools'
make: *** [all] Error 1
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list