https://llvm.org/bugs/show_bug.cgi?id=23907

            Bug ID: 23907
           Summary: Assertion Failure: SelectionDAGBuilder.cpp Name "not
                    null terminated" handling @llvm.framerecover
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Note: I'm not entirely sure what component is responsible for this bug, but if
I had to guess I think it's a WinEH issue (which I understand is very much a
work in progress, but I figure you guys are still interested in assertion
failures)

What: assert(Name.data()[Name.size()] == '\0' && "not null terminated");

Where: SelectionDAGBuilder.cpp:4982

When: Compiling libcxx for x86_64-pc-windows-msvc using clan trunk

-- 
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