[LLVMbugs] [Bug 54] New: lli fails to run GNU Make bytecode file
bugzilla-daemon at zion.cs.uiuc.edu
bugzilla-daemon at zion.cs.uiuc.edu
Tue Oct 21 12:56:21 PDT 2003
http://zion.cs.uiuc.edu/bugs/show_bug.cgi?id=54
Summary: lli fails to run GNU Make bytecode file
Product: tools
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: lli
AssignedTo: brukman+bugs at uiuc.edu
ReportedBy: criswell at uiuc.edu
After compiling GNU Make with llvmgcc, lli fails to run with the following
assertion error:
lli: /home/vadve/criswell/llvm/lib/VMCore/Function.cpp:69: virtual void
Argument::setName(const std::string&, SymbolTable*): Assertion `(ST == 0 ||
(!getParent() || ST == &getParent()->getSymbolTable())) && "Invalid symtab
argument!"' failed.
/home/vadve/criswell/Downloads/BenchPrograms/make-3.80/make: line 2: 15276
Aborted (core dumped)
/home/vadve/criswell/box/x86/llvm/tools/Debug/lli -q $0.bc $*
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list