[LLVMbugs] [Bug 10261] New: tblgen assert when building clang from trunk
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Jul 3 23:12:17 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=10261
Summary: tblgen assert when building clang from trunk
Product: tools
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: TableGen
AssignedTo: unassignedbugs at nondot.org
ReportedBy: oyvind.harboe at zylin.com
CC: llvmbugs at cs.uiuc.edu
../llvm/configure --enable-optimized
make
(tried without optimized too)
=>
llvm[5]: Building Clang attribute classes with tblgen
tblgen: /home/oyvind/llvm/llvm/utils/TableGen/ClangAttrEmitter.cpp:479: virtual
void llvm::ClangAttrClassEmitter::run(llvm::raw_ostream&): Assertion `Arg'
failed.
0 tblgen 0x000000000054fb7f
1 tblgen 0x000000000055095c
2 libpthread.so.0 0x00002b2ad611ec60
3 libc.so.6 0x00002b2ad6d07d05 gsignal + 53
4 libc.so.6 0x00002b2ad6d0bab6 abort + 390
5 libc.so.6 0x00002b2ad6d007c5 __assert_fail + 245
6 tblgen 0x000000000043e8df
7 tblgen 0x0000000000528a9f
8 libc.so.6 0x00002b2ad6cf2eff __libc_start_main + 255
9 tblgen 0x0000000000406349
Stack dump:
0. Program arguments: /home/oyvind/llvm/build/Release+Asserts/bin/tblgen -I
/home/oyvind/llvm/llvm/tools/clang/include/clang/AST -I
/home/oyvind/llvm/llvm/include -I /home/oyvind/llvm/llvm/include -I
/home/oyvind/llvm/llvm/lib/Target -gen-clang-attr-classes -o
/home/oyvind/llvm/build/tools/clang/include/clang/AST/Release+Asserts/Attrs.inc.tmp
-I /home/oyvind/llvm/llvm/tools/clang/include/clang/AST/../../
/home/oyvind/llvm/llvm/tools/clang/include/clang/AST/../Basic/Attr.td
--
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