[llvm] [docs] Mention --discard-locals/--discard-all change for llvm-strip (PR #131491)

Andrew Ng via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 17 04:08:39 PDT 2025


================
@@ -165,7 +165,8 @@ Changes to the LLVM tools
 
 * llvm-objcopy now supports the `--update-section` flag for intermediate Mach-O object files.
 * llvm-strip now supports continuing to process files on encountering an error.
-* In llvm-objcopy's ELF port, `--discard-locals` and `--discard-all` now allow and preserve symbols referenced by relocations.
+* In llvm-objcopy/llvm-strip's ELF port, `--discard-locals` and `--discard-all` now allow and preserve symbols referenced by relocations.
+  (`#47468 <https://github.com/llvm/llvm-project/issues/47468>`_).
----------------
nga888 wrote:

I'm not entirely sure of the syntax but do you mean:

`([#47468](https://github.com/llvm/llvm-project/issues/47468))`

https://github.com/llvm/llvm-project/pull/131491


More information about the llvm-commits mailing list