[LLVMbugs] [Bug 21799] New: Crash on malformed metadata reference

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Dec 9 16:05:06 PST 2014


http://llvm.org/bugs/show_bug.cgi?id=21799

            Bug ID: 21799
           Summary: Crash on malformed metadata reference
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: LLVM assembly language parser
          Assignee: unassignedbugs at nondot.org
          Reporter: david.majnemer at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

consider:
define void @f() {
  ret void, !_1
}

opt: src/lib/IR/LLVMContext.cpp:253: unsigned int
llvm::LLVMContext::getMDKindID(llvm::StringRef) const: Assertion
`isValidName(Name) && "Invalid MDNode name"' failed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20141210/3406cede/attachment.html>


More information about the llvm-bugs mailing list