diff options
-rw-r--r-- | llvm/test/tools/llvm-objcopy/MachO/indirect-symbol-table-copy.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-objcopy/MachO/indirect-symbol-table-copy.s b/llvm/test/tools/llvm-objcopy/MachO/indirect-symbol-table-copy.s index e1a0b1836a0..6b03f2e3147 100644 --- a/llvm/test/tools/llvm-objcopy/MachO/indirect-symbol-table-copy.s +++ b/llvm/test/tools/llvm-objcopy/MachO/indirect-symbol-table-copy.s @@ -1,3 +1,5 @@ +# REQUIRES: x86-registered-target + ## Show that llvm-objcopy copies the indirect symbol table properly. # RUN: llvm-mc -assemble -triple x86_64-apple-darwin9 -filetype=obj %s -o %t # RUN: llvm-objcopy %t %t.copy |