[PATCH] D125478: [llvm-objcopy][test] Add cmp after copy
Keith Smiley via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 16 16:05:19 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0d863b5b90a2: [llvm-objcopy][test] Add cmp after copy (authored by keith).
Changed prior to commit:
https://reviews.llvm.org/D125478?vs=428997&id=429889#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125478/new/
https://reviews.llvm.org/D125478
Files:
llvm/test/tools/llvm-objcopy/MachO/universal-object.test
Index: llvm/test/tools/llvm-objcopy/MachO/universal-object.test
===================================================================
--- llvm/test/tools/llvm-objcopy/MachO/universal-object.test
+++ llvm/test/tools/llvm-objcopy/MachO/universal-object.test
@@ -26,6 +26,7 @@
## 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125478.429889.patch
Type: text/x-patch
Size: 721 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220516/ebdebd70/attachment.bin>
More information about the llvm-commits
mailing list