[LLVMbugs] [Bug 11135] New: LLVMDebugVersion 11 is not supported
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Oct 14 13:46:38 PDT 2011
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: unassignedbugs at nondot.org
ReportedBy: edwintorok at gmail.com
CC: llvmbugs at cs.uiuc.edu
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.
More information about the llvm-bugs
mailing list