[llvm] 627928c - Revert "[llvm-objcopy][test] Add cmp after copy"
Keith Smiley via llvm-commits
llvm-commits at lists.llvm.org
Tue May 17 09:07:32 PDT 2022
Author: Keith Smiley
Date: 2022-05-17T09:07:21-07:00
New Revision: 627928c58bd4f06fff394e8c2e595791f35b17ed
URL: https://github.com/llvm/llvm-project/commit/627928c58bd4f06fff394e8c2e595791f35b17ed
DIFF: https://github.com/llvm/llvm-project/commit/627928c58bd4f06fff394e8c2e595791f35b17ed.diff
LOG: Revert "[llvm-objcopy][test] Add cmp after copy"
This reverts commit 0d863b5b90a2f11e58b0b54d7183cb1577fd3a0b.
Broke a test https://reviews.llvm.org/D125478#3519509
Added:
Modified:
llvm/test/tools/llvm-objcopy/MachO/universal-object.test
Removed:
################################################################################
diff --git a/llvm/test/tools/llvm-objcopy/MachO/universal-object.test b/llvm/test/tools/llvm-objcopy/MachO/universal-object.test
index 3db879558372c..a6146fd56483a 100644
--- a/llvm/test/tools/llvm-objcopy/MachO/universal-object.test
+++ b/llvm/test/tools/llvm-objcopy/MachO/universal-object.test
@@ -26,7 +26,6 @@
## Case 3: copy an archive containing a universal object.
# RUN: llvm-ar cr %t.archive.containing.universal %t.universal
# RUN: llvm-objcopy %t.archive.containing.universal %t.archive.containing.universal.copy
-# RUN: cmp %t.archive.containing.universal %t.archive.containing.universal.copy
## Case 4: try to copy a universal object file contaning a bitcode slice.
# RUN: echo 'target triple = "arm64-apple-ios8.0.0"' | llvm-as -o %t.bitcode
More information about the llvm-commits
mailing list