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

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 17 20:06:30 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>`_).
----------------
MaskRay wrote:

Thanks for spotting this! I thought I was writing reST..

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


More information about the llvm-commits mailing list