[llvm] [BOLT][DRAFT] Enable binary stripping (PR #120972)
Paschalis Mpeis via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 23 02:14:39 PST 2025
paschalis-mpeis wrote:
This draft PR was meant to be a quick exercise to see how one could support stripping in BOLT.
It turns out the next day this patch was published that can fix stripping for gnu strip:
https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=bbc969306f8d5fb6c7b636e25f6f8e278946ef23
TMU, `llvm-strip` was fixed and now I assume the same for gnu strip, so probably issues #56738 and duplicate #89336 are now resolved.
---
Given the stripping tools can now properly handle this, I don't see a need for BOLT to duplicate such functionality.
If that somehow changes, we can re-visit this PR.
https://github.com/llvm/llvm-project/pull/120972
More information about the llvm-commits
mailing list