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

            Bug ID: 52232
           Summary: llvm-dwp is 29 times as large as GNU dwp
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedb...@nondot.org
          Reporter: h...@chromium.org
                CC: htmldevelo...@gmail.com, llvm-bugs@lists.llvm.org

Building with:

$ cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_PROJECTS=llvm
-DLLVM_TARGETS_TO_BUILD=X86 /work/llvm.monorepo/llvm && ninja llvm-dwp && strip
-s bin/llvm-dwp && ls -l bin/llvm-dwp

Results in a 27,097,000 byte binary.

In comparison, /usr/bin/x86_64-linux-gnu-dwp (GNU dwp (GNU Binutils for Debian)
2.37) on my system is 945,616 bytes.


Why is llvm-dwp so much larger? Could we make it smaller?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to