[llvm] d6b72b0 - [llvm-objcopy] Add REQUIRES directive to fix a test

Seiya Nuta via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 30 00:21:24 PDT 2019


Author: Seiya Nuta
Date: 2019-10-30T16:21:00+09:00
New Revision: d6b72b0e4df0c0fa00cd071272603a7a1732e6c5

URL: https://github.com/llvm/llvm-project/commit/d6b72b0e4df0c0fa00cd071272603a7a1732e6c5
DIFF: https://github.com/llvm/llvm-project/commit/d6b72b0e4df0c0fa00cd071272603a7a1732e6c5.diff

LOG: [llvm-objcopy] Add REQUIRES directive to fix a test

Buildbot failure log: http://lab.llvm.org:8011/builders/clang-cmake-armv7-quick/builds/11164

Added: 
    

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

Removed: 
    


################################################################################
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 e1a0b1836a0f..6b03f2e31471 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


        


More information about the llvm-commits mailing list