[LLVMbugs] [Bug 2955] New: can't write llvm assembler with values containing quotes
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Oct 26 18:34:01 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2955
Summary: can't write llvm assembler with values containing quotes
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: tomas.l.olsen at gmail.com
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=2139)
--> (http://llvm.org/bugs/attachment.cgi?id=2139)
bitcode that doesn't disassemble
I'm seeing a problem with the AsmWriter, the attached module shows it.
>From my compiler, I'm able to generate native assembler and the bitcode
attached, but trying to output LLVM assembly, or disassemble the module makes
AsmWriter barf with:
AsmWriter.cpp:161: void PrintLLVMName(llvm::raw_ostream&, const char*, unsigned
int, PrefixType): Assertion `C != '"' && "Illegal character in LLVM value
name!"' failed.
Using the release_24 branch.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list