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

            Bug ID: 21882
           Summary: Crash in bitcode writer when high bit is set in
                    metadata string
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Bitcode Writer
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

consider:
!1 = metadata !{metadata !"\80"}
!llvm.stuff = !{!1}

src/include/llvm/Bitcode/BitstreamWriter.h:113: void
llvm::BitstreamWriter::Emit(uint32_t, unsigned int): Assertion `(Val & ~(~0U >>
(32-NumBits))) == 0 && "High bits set!"' 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