[PATCH] D46407: [tools] Introduce llvm-strip

Jake Ehrlich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 3 17:30:27 PDT 2018


jakehehrlich accepted this revision.
jakehehrlich added a comment.
This revision is now accepted and ready to land.

LGTM but please wait on James



================
Comment at: test/tools/llvm-objcopy/strip-all.test:11
+# RUN: llvm-readobj -file-headers -sections %t3 | FileCheck %s
+
 !ELF
----------------
Can you add a diff here to ensure that there is binary equivalence?


================
Comment at: test/tools/llvm-objcopy/strip-debug.test:11
+# RUN: llvm-readobj -file-headers -sections -symbols %t3 | FileCheck %s
+
 !ELF
----------------
diff here as well.


Repository:
  rL LLVM

https://reviews.llvm.org/D46407





More information about the llvm-commits mailing list