[PATCH] D57877: [llvm-objcopy] Add few file processing directives

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 8 01:28:14 PST 2019


jhenderson added inline comments.


================
Comment at: test/tools/llvm-objcopy/ELF/globalize.test:14
+# RUN: echo " # comment " >> %t-list.txt
+# RUN: llvm-objcopy --regex --globalize-symbols %t-list.txt %t %t4
+# RUN: cmp %t2 %t4
----------------
This one still has --regex in, which I assume wasn't intentional?


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

https://reviews.llvm.org/D57877





More information about the llvm-commits mailing list