[LLVMdev] Build Error from Intrinsics.td
Ryan Taylor
ryta1203 at gmail.com
Tue Sep 11 13:28:35 PDT 2012
gmake[1]: Entering directory `/home/ryan/llvm/llvm_core/trunk/lib/VMCore'
llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
0 llvm-tblgen 0x000000000058525f
1 llvm-tblgen 0x0000000000585719
2 libpthread.so.0 0x00002b05a7801c60
3 libc.so.6 0x00002b05a83ead05 gsignal + 53
4 libc.so.6 0x00002b05a83eeab6 abort + 390
5 libstdc++.so.6 0x00002b05a7f556dd
__gnu_cxx::__verbose_terminate_handler() + 285
6 libstdc++.so.6 0x00002b05a7f53926
7 libstdc++.so.6 0x00002b05a7f53953
8 libstdc++.so.6 0x00002b05a7f53a5e
9 libstdc++.so.6 0x00002b05a7f53e6d operator new(unsigned long) + 125
10 libstdc++.so.6 0x00002b05a7f36e6d std::string::_Rep::_S_create(unsigned
long, unsigned long, std::allocator<char> const&) + 93
11 libstdc++.so.6 0x00002b05a7f38905 char* std::string::_S_construct<char
const*>(char const*, char const*, std::allocator<char> const&,
std::forward_iterator_tag) + 53
12 libstdc++.so.6 0x00002b05a7f389ca std::basic_string<char,
std::char_traits<char>, std::allocator<char> >::basic_string(char const*,
unsigned long, std::allocator<char> const&) + 26
13 llvm-tblgen 0x000000000056dfed
14 llvm-tblgen 0x000000000051f3c1
15 libc.so.6 0x00002b05a83d5eff __libc_start_main + 255
16 llvm-tblgen 0x0000000000406b7d
Stack dump:
0. Program arguments:
/home/ryan/llvm/llvm_core/trunk/Release+Asserts/bin/llvm-tblgen -I
/home/ryan/llvm/llvm_core/trunk/lib/VMCore -I
/home/ryan/llvm/llvm_core/trunk/include -I
/home/ryan/llvm/llvm_core/trunk/include -I
/home/ryan/llvm/llvm_core/trunk/lib/Target
/home/ryan/llvm/llvm_core/trunk/include/llvm/Intrinsics.td -o
/home/ryan/llvm/llvm_core/trunk/lib/VMCore/Release+Asserts/Intrinsics.gen.tmp
-gen-intrinsic
Anyone else having this issue?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120911/1d931f8f/attachment.html>
More information about the llvm-dev
mailing list