search for: __throw_logic_error

Displaying 4 results from an estimated 4 matches for "__throw_logic_error".

2009 Apr 07
2
[LLVMdev] Porting to System z
...blgen 0x0000000080111f86 7 tblgen 0x0000000080112afe 8 tblgen 0x000000008011281c 9 tblgen 0x0000000080113354 10 tblgen 0x0000000080113744 11 tblgen 0x000000008019273e main + 2650 12 libc.so.6 0x0000020000270598 __libc_start_main + 256 13 tblgen 0x0000000080009ec2 std::__throw_logic_error(char const*) + 158 Stack dump: 0. Program arguments: /home/neale/LLVM/llvm/Debug/bin/tblgen -I /home/neale/LLVM/llvm/lib/VMCore -I /home/neale/LLVM/llvm/include -I /home/neale/LLVM/llvm/include -I /home/neale/LLVM/llvm/lib/Target /home/neale/LLVM/llvm/include/llvm/Intrinsics.td -o /home/neale/LL...
2009 Apr 07
0
[LLVMdev] Porting to System z
...tblgen 0x0000000080112afe > 8 tblgen 0x000000008011281c > 9 tblgen 0x0000000080113354 > 10 tblgen 0x0000000080113744 > 11 tblgen 0x000000008019273e main + 2650 > 12 libc.so.6 0x0000020000270598 __libc_start_main + 256 > 13 tblgen 0x0000000080009ec2 std::__throw_logic_error(char const*) + 158 > Stack dump: > 0. Program arguments: /home/neale/LLVM/llvm/Debug/bin/tblgen -I > /home/neale/LLVM/llvm/lib/VMCore -I /home/neale/LLVM/llvm/include -I > /home/neale/LLVM/llvm/include -I /home/neale/LLVM/llvm/lib/Target > /home/neale/LLVM/llvm/include/llvm/Intrin...
2006 Dec 01
1
[LLVMdev] DSGraph::computeCalleeCallerMapping failing
...ule(llvm::Module&)+0x25)[0x850ad95] ../../../../../../old_obj/Debug/bin/opt(llvm::PassManager::run(llvm::Module&)+0x23)[0x850b125] ../../../../../../old_obj/Debug/bin/opt(main+0x8d6)[0x843194a] /lib/tls/libc.so.6(__libc_start_main+0xf0)[0x9ea770] ../../../../../../old_obj/Debug/bin/opt(std::__throw_logic_error(char const*)+0x5d)[0x8430ee1] Aborted (core dumped) My code looks something like this: TDDataStructures &TDD = getAnalysis<TDDataStructures>(); for(unsigned int i=0;i<SCC.size();i++) // Go through the functions in the SCC { Function *fun = SCC[i]->getFunction();...
2009 Apr 07
6
[LLVMdev] Porting to System z
...112afe >> 8 tblgen 0x000000008011281c >> 9 tblgen 0x0000000080113354 >> 10 tblgen 0x0000000080113744 >> 11 tblgen 0x000000008019273e main + 2650 >> 12 libc.so.6 0x0000020000270598 __libc_start_main + 256 >> 13 tblgen 0x0000000080009ec2 std::__throw_logic_error(char const*) + 158 >> Stack dump: >> 0. Program arguments: /home/neale/LLVM/llvm/Debug/bin/tblgen -I >> /home/neale/LLVM/llvm/lib/VMCore -I /home/neale/LLVM/llvm/include -I >> /home/neale/LLVM/llvm/include -I /home/neale/LLVM/llvm/lib/Target >> /home/neale/LLVM/llvm...