[LLVMdev] llc problem

Umar Janjua Umar.Janjua at cl.cam.ac.uk
Sat Aug 27 06:02:07 PDT 2005


I got the following error in 1.5 release. As far as installation is concerned, 
everything went fine.


llc hello.bc -o hello.bs
llc((anonymous namespace)::PrintStackTrace()+0x17)[0xd435f1]
llc((anonymous namespace)::SignalHandler(int)+0xbd)[0xd437ff]
/lib64/tls/libc.so.6[0x3ff522e410]
llc(llvm::Type::isFirstClassType() const+0x13)[0x8fc38d]
llc(llvm::FunctionType::FunctionType(llvm::Type const*, std::vector<llvm::Type 
const*, std::allocator<llvm::Type const*> > const&, bool)+0x13b)[0xc420ed]
llc(llvm::FunctionType::get(llvm::Type const*, std::vector<llvm::Type const*, 
std::allocator<llvm::Type const*> > const&, bool)+0x7b)[0xc43715]
llc(llvm::Module::getOrInsertFunction(std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > const&, llvm::Type const*, 
...)+0x1a4)[0xc3ab04]
llc((anonymous namespace)::LowerInvoke::doInitialization(llvm::Module&)+0x834)[
0xb8a5aa]
llc(llvm::PassManagerTraits<llvm::Function>::doInitialization(llvm::Module&)+0x
56)[0xc9825c]
llc(llvm::FunctionPass::runOnModule(llvm::Module&)+0x29)[0xc3c949]
llc(llvm::PassManagerTraits<llvm::Module>::runPass(llvm::ModulePass*, 
llvm::Module*)+0x28)[0xc92c92]
llc(llvm::PassManagerT<llvm::Module>::runOnUnit(llvm::Module*)+0x561)[0xc91c97]
llc(llvm::PassManagerTraits<llvm::Module>::runOnModule(llvm::Module&)+0x28)[0xc
94efc]
llc(llvm::PassManager::run(llvm::Module&)+0x2e)[0xc3bdb2]
llc(main+0xb04)[0x8f1146]
/lib64/tls/libc.so.6(__libc_start_main+0xdb)[0x3ff521c4bb]
llc(__gxx_personality_v0+0x17a)[0x8f049a]
Segmentation fault





More information about the llvm-dev mailing list