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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to