-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Description
| Bugzilla Link | 2176 |
| Resolution | FIXED |
| Resolved on | Mar 29, 2008 11:16 |
| Version | trunk |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
Extended Description
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