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

Daniel Rodríguez Troitiño via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 4 08:31:08 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8ba84ceda002: [llvm] fix bitcode-strip.test on windows (authored by rmaz, committed by drodriguez).

Repository:
  rG LLVM Github Monorepo

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

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.413023.patch
Type: text/x-patch
Size: 465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220304/0979cefe/attachment.bin>


More information about the llvm-commits mailing list