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

           Summary: LLVMDebugVersion 11 is not supported
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Global Analyses
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


clang now generates debug version 11 because LLVM's Support/Dwarf.h defaults to
that.
However LLVM's include/Analysis/DebugInfo.h has various asserts that trigger
unless the debug info version is <= LLVMDebugVersion10.

For example opt -print-dbginfo would trip asserts on clang 3.0 -g generated
code.

include/Analysis/DebugInfo.h should be updated to deal with version 11 debug
info
for 3.0 release.

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

Reply via email to