[PATCH] D54936: [llvm-objcopy] Hook up the -V alias to --version, output "GNU strip"

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 27 02:53:37 PST 2018


jhenderson requested changes to this revision.
jhenderson added a comment.
This revision now requires changes to proceed.

Should we do the same thing (adding "comptabile with GNU objcopy") for llvm-objcopy as well as llvm-strip?



================
Comment at: test/tools/llvm-objcopy/strip-version.test:5
 
-# CHECK: {{ version }}
+# CHECK: GNU strip
----------------
This should probably check both {{version}} and "GNU strip", right?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D54936





More information about the llvm-commits mailing list