[llvm] 8ba84ce - [llvm] fix bitcode-strip.test on windows
Daniel RodrÃguez Troitiño via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 4 08:31:04 PST 2022
Author: Richard Howell
Date: 2022-03-04T08:30:50-08:00
New Revision: 8ba84ceda0025457e8aef86c06c3a5ea04bc6e3d
URL: https://github.com/llvm/llvm-project/commit/8ba84ceda0025457e8aef86c06c3a5ea04bc6e3d
DIFF: https://github.com/llvm/llvm-project/commit/8ba84ceda0025457e8aef86c06c3a5ea04bc6e3d.diff
LOG: [llvm] fix bitcode-strip.test on windows
Remove the executable name from the test match as this will have
a `.exe` suffix on windows.
Reviewed By: drodriguez
Differential Revision: https://reviews.llvm.org/D121000
Added:
Modified:
llvm/test/tools/llvm-objcopy/MachO/bitcode-strip.test
Removed:
################################################################################
diff --git a/llvm/test/tools/llvm-objcopy/MachO/bitcode-strip.test b/llvm/test/tools/llvm-objcopy/MachO/bitcode-strip.test
index aa19f9d563580..4ea7c9db5ccd1 100644
--- a/llvm/test/tools/llvm-objcopy/MachO/bitcode-strip.test
+++ b/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:
More information about the llvm-commits
mailing list