search for: verifierfailureact

Displaying 6 results from an estimated 6 matches for "verifierfailureact".

2007 Nov 24
1
[LLVMdev] newbie question (link error)
...39;core'. If I run llvm-config with 'all' it narrows down to one: g++ `/home/ben/bin/llvm-config --cppflags --ldflags --libs all` -o play play.cpp /tmp/ccyhgPtB.o: In function `main': play.cpp:(.text+0x458): undefined reference to `llvm::verifyModule(llvm::Module const&, llvm::VerifierFailureAction, std::basic_string<char, std::char_traits<char>, std::allocator<char> >*)' collect2: ld returned 1 exit status make: *** [play] Error 1 I'm not sure what else I can do beyond 'all', though. I've built LLVM from the RELEASE_21 tag, with object root separate...
2005 Jun 04
0
[LLVMdev] "Value in symtab but has no slot number!!"
Hi Ricardo, Yes, its because you have an invalid module. You should run Module::verify before attempting to write the bytecode. This will pinpoint the problem for you. However, I think I know what's going on: you've left an object (a Value not a Type) in the symbol table that is not in the Module. Not quite sure how you do that, but I suppose its possible if you manipulated the symbol
2005 Jun 04
3
[LLVMdev] "Value in symtab but has no slot number!!"
Hello, I am receiving this error: assert(Slot != -1 && "Value in symtab but has no slot number!!"); While trying to generate a module at run time using LLVM classes. Specifically with an instance of StoreInst class. After I generate all the instructions, I try to save the Module to bytecode, but I receive that error in the method 'outputSymbolTable' Does anyone
2010 Feb 07
3
[LLVMdev] Help with Mac OS X 10.6.2 build
...odegen() in ccHkdHVT.o "llvm::CastInst::Create(llvm::Instruction::CastOps, llvm::Value*, llvm::Type const*, llvm::Twine const&, llvm::Instruction*)", referenced from: BinaryExprAST::Codegen() in ccHkdHVT.o "llvm::verifyFunction(llvm::Function const&, llvm::VerifierFailureAction)", referenced from: FunctionAST::Codegen() in ccHkdHVT.o "llvm::User::operator delete(void*)", referenced from: BinaryExprAST::Codegen() in ccHkdHVT.o llvm::CmpInst::~CmpInst()in ccHkdHVT.o "llvm::Function::arg_size() const", referenced fr...
2010 Feb 07
0
[LLVMdev] Help with Mac OS X 10.6.2 build
..."llvm::CastInst::Create(llvm::Instruction::CastOps, llvm::Value*, > llvm::Type const*, llvm::Twine const&, llvm::Instruction*)", > referenced from: > BinaryExprAST::Codegen() in ccHkdHVT.o > "llvm::verifyFunction(llvm::Function const&, > llvm::VerifierFailureAction)", referenced from: > FunctionAST::Codegen() in ccHkdHVT.o > "llvm::User::operator delete(void*)", referenced from: > BinaryExprAST::Codegen() in ccHkdHVT.o > llvm::CmpInst::~CmpInst()in ccHkdHVT.o > "llvm::Function::arg_siz...
2011 Apr 05
3
[LLVMdev] Building LLVM on Solaris/Sparc
...llvm-objects/tools/opt/Debug+Asserts/opt.o llvm::createPartialInliningPass() /n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/opt.o llvm::createLowerSetJmpPass() /n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/opt.o llvm::createVerifierPass(llvm::VerifierFailureAction) /n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/opt.o llvm::createJumpThreadingPass() /n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/opt.o llvm::cl::Option::error(llvm::Twine const&, llvm::StringRef)/n/fs/scratch/tpondich/ParallelAsser...