search for: mergeinglobalinitializer

Displaying 2 results from an estimated 2 matches for "mergeinglobalinitializer".

2009 Jul 04
2
[LLVMdev] Pool Allocation Segfaulting with opt
...lvm::Constant*>(llvm::Constant* const&) + 30 8 libLLVMDataStructure.so 0x0022bc71 (anonymous namespace)::GraphBuilder::MergeConstantInitIntoNode(llvm::DSNodeHandle&, llvm::Type const*, llvm::Constant*) + 229 9 libLLVMDataStructure.so 0x0022bfb7 (anonymous namespace)::GraphBuilder::mergeInGlobalInitializer(llvm::GlobalVariable*) + 149 10 libLLVMDataStructure.so 0x0022c08c llvm::LocalDataStructures::runOnModule(llvm::Module&) + 190 11 opt 0x083fdf4e llvm::MPPassManager::runOnModule(llvm::Module&) + 270 Segmentation fault I'm using the latest SVN checkouts for both...
2009 Jul 06
0
[LLVMdev] Pool Allocation Segfaulting with opt
...Constant* const&) + 30 > 8 libLLVMDataStructure.so 0x0022bc71 (anonymous > namespace)::GraphBuilder::MergeConstantInitIntoNode(llvm::DSNodeHandle&, > llvm::Type const*, llvm::Constant*) + 229 > 9 libLLVMDataStructure.so 0x0022bfb7 (anonymous > namespace)::GraphBuilder::mergeInGlobalInitializer(llvm::GlobalVariable*) > + 149 > 10 libLLVMDataStructure.so 0x0022c08c > llvm::LocalDataStructures::runOnModule(llvm::Module&) + 190 > 11 opt 0x083fdf4e > llvm::MPPassManager::runOnModule(llvm::Module&) + 270 > Segmentation fault > > I'm...