Skip to content

Commit

Permalink
Revert "[llvm-objcopy][test] Add cmp after copy"
Browse files Browse the repository at this point in the history
This reverts commit 0d863b5.

Broke a test https://reviews.llvm.org/D125478#3519509
  • Loading branch information
keith committed May 17, 2022
1 parent 470910c commit 627928c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/test/tools/llvm-objcopy/MachO/universal-object.test
Expand Up @@ -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
Expand Down

0 comments on commit 627928c

Please sign in to comment.