[llvm-objcopy] Add REQUIRES directive to fix a test
authorSeiya Nuta <nuta@seiya.me>
Wed, 30 Oct 2019 07:08:24 +0000 (16:08 +0900)
committerSeiya Nuta <nuta@seiya.me>
Wed, 30 Oct 2019 07:21:00 +0000 (16:21 +0900)
Buildbot failure log: http://lab.llvm.org:8011/builders/clang-cmake-armv7-quick/builds/11164

llvm/test/tools/llvm-objcopy/MachO/indirect-symbol-table-copy.s

index e1a0b18..6b03f2e 100644 (file)
@@ -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