[PATCH] D121000: [llvm] fix bitcode-strip.test on windows

Richard Howell via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 4 08:25:23 PST 2022


rmaz created this revision.
Herald added a reviewer: alexander-shaposhnikov.
Herald added a reviewer: rupprecht.
Herald added a reviewer: jhenderson.
Herald added a project: All.
rmaz requested review of this revision.
Herald added subscribers: llvm-commits, MaskRay.
Herald added a project: LLVM.

Remove the executable name from the test match as this will have
a `.exe` suffix on windows.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D121000

Files:
  llvm/test/tools/llvm-objcopy/MachO/bitcode-strip.test


Index: llvm/test/tools/llvm-objcopy/MachO/bitcode-strip.test
===================================================================
--- llvm/test/tools/llvm-objcopy/MachO/bitcode-strip.test
+++ llvm/test/tools/llvm-objcopy/MachO/bitcode-strip.test
@@ -4,7 +4,7 @@
 # RUN: llvm-bitcode-strip %t -o %t2
 # RUN: cmp %t %t2
 
-# MISSING-ARG: llvm-bitcode-strip: error: -o is a required argument
+# MISSING-ARG: error: -o is a required argument
 
 --- !mach-o
 FileHeader:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121000.413021.patch
Type: text/x-patch
Size: 465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220304/21f47c33/attachment.bin>


More information about the llvm-commits mailing list