[llvm-bugs] [Bug 47959] New: Private symbols in a stripped PDB

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Oct 23 17:46:07 PDT 2020


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

            Bug ID: 47959
           Summary: Private symbols in a stripped PDB
           Product: libraries
           Version: 11.0
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: DebugInfo
          Assignee: unassignedbugs at nondot.org
          Reporter: jeffr at radgametools.com
                CC: jdevlieghere at apple.com, keith.walker at arm.com,
                    llvm-bugs at lists.llvm.org,
                    paul_robinson at playstation.sony.com

We distribute stripped pdbs with our products and we were looking into why they
were so much larger.  It looks like a good portion of it is that
llvm-compiled-objs are putting static functions (private functions) into the
global symbol table.  So, even when using the /PDBSTRIPPED: option of the MSVC
linker, we're still getting a bunch of function names and info that we expect
to be stripped (and are stripped with MSVC compiled source).

Thanks!

-- 
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/20201024/128b4eea/attachment.html>


More information about the llvm-bugs mailing list