[LLVMbugs] [Bug 15184] New: support -fno-eliminate-unused-debug-types

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Feb 6 13:50:11 PST 2013


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

            Bug ID: 15184
           Summary: support -fno-eliminate-unused-debug-types
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: nlewycky at google.com
                CC: echristo at gmail.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Testcase:

  typedef int asdf;

With -fno-eliminate-unused-debug-types, we should emit the 'asdf' type even
though it's unused. Similarly for record types.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130206/798b276d/attachment.html>


More information about the llvm-bugs mailing list