[llvm-bugs] [Bug 46537] New: Use -debug-info-kind=constructor for limited debug info in clang

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Jul 1 18:00:36 PDT 2020


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

            Bug ID: 46537
           Summary: Use -debug-info-kind=constructor for limited debug
                    info in clang
           Product: clang
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: LLVM Codegen
          Assignee: unassignedclangbugs at nondot.org
          Reporter: akhuang at google.com
                CC: llvm-bugs at lists.llvm.org, neeilans at live.com,
                    richard-llvm at metafoo.co.uk

This is the tracking bug for enabling constructor type homing
(-debug-info-kind=constructor) in clang's limited debug info mode.

Constructor homing reduces the number of times class type info is emitted by
only emitting it when constructors are emitted, so it reduces object file size.

-- 
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/20200702/4ec8c743/attachment.html>


More information about the llvm-bugs mailing list