[LLVMbugs] [Bug 147] NEW: Invalid LLVM assembly code triggers SymbolTable assertion
bugzilla-daemon at zion.cs.uiuc.edu
bugzilla-daemon at zion.cs.uiuc.edu
Fri Nov 21 09:33:16 PST 2003
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=147
Summary: Invalid LLVM assembly code triggers SymbolTable
assertion
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: Core LLVM classes
AssignedTo: sabre at nondot.org
ReportedBy: criswell at uiuc.edu
The attached (incorrect) LLVM assembly language file generates the following
assertion when run through llvm-as:
llvm-as: /home/vadve/criswell/llvm/lib/VMCore/SymbolTable.cpp:52: virtual
llvm::SymbolTable::~SymbolTable(): Assertion `LeftoverValues && "Values remain
in symbol table!"' failed.
------- 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