forked from OSchip/llvm-project
[llvm-objcopy] Add REQUIRES directive to fix a test
Buildbot failure log: http://lab.llvm.org:8011/builders/clang-cmake-armv7-quick/builds/11164
This commit is contained in:
parent
f68925d450
commit
d6b72b0e4d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue