[LLVMbugs] [Bug 11708] New: clang does not generate DWARF macro information

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jan 4 20:11:22 PST 2012


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

             Bug #: 11708
           Summary: clang does not generate DWARF macro information
           Product: clang
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Frontend
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: nallegra at apple.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


DWARF defines a .debug_macinfo section that contains a list of preprocessor
macros in the source file, but as far as I can tell, unlike gcc, clang does not
know how to generate this section.  (The data would be useful for some projects
I'm working on.)

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