[PATCH] D120669: [llvm] add -r functionality to llvm-bitcode-strip
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 4 00:25:52 PST 2022
jhenderson added inline comments.
================
Comment at: llvm/test/tools/llvm-objcopy/MachO/bitcode-strip-remove.test:4
+# RUN: llvm-bitcode-strip -r %t -o %t2
+# RUN: llvm-readobj --sections %t2 | FileCheck --implicit-check-not=Name %s
+
----------------
Actually, you should add a colon to the end of the `--implicit-check-not` command. Otherwise, this might accidentally match a part of someone's local directory tree.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120669/new/
https://reviews.llvm.org/D120669
More information about the llvm-commits
mailing list