From 627928c58bd4f06fff394e8c2e595791f35b17ed Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Tue, 17 May 2022 09:06:58 -0700 Subject: [PATCH] Revert "[llvm-objcopy][test] Add cmp after copy" This reverts commit 0d863b5b90a2f11e58b0b54d7183cb1577fd3a0b. Broke a test https://reviews.llvm.org/D125478#3519509 --- llvm/test/tools/llvm-objcopy/MachO/universal-object.test | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/test/tools/llvm-objcopy/MachO/universal-object.test b/llvm/test/tools/llvm-objcopy/MachO/universal-object.test index 3db8795..a6146fd 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 -- 2.7.4