[PATCH] D59184: [runtime] Use --strip-all rather than --strip-sections

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 9 20:26:24 PST 2019


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL355783: [runtime] Use --strip-all rather than --strip-sections (authored by phosek, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D59184?vs=190001&id=190002#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59184/new/

https://reviews.llvm.org/D59184

Files:
  llvm/trunk/runtimes/llvm-strip-link.in


Index: llvm/trunk/runtimes/llvm-strip-link.in
===================================================================
--- llvm/trunk/runtimes/llvm-strip-link.in
+++ llvm/trunk/runtimes/llvm-strip-link.in
@@ -19,7 +19,7 @@
 
 sys.exit(subprocess.call([
     llvm_objcopy,
-    '--strip-sections',
+    '--strip-all',
     '--build-id-link-dir=' + link_dir,
     '--build-id-link-input=.debug',
     '--build-id-link-output=',


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59184.190002.patch
Type: text/x-patch
Size: 421 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190310/f4130c89/attachment.bin>


More information about the llvm-commits mailing list