forked from OSchip/llvm-project
Don't try to run a test that generates code for x86 if it's not a registered target.
llvm-svn: 280178
This commit is contained in:
parent
90ce6e1e64
commit
fdb32d566a
|
@ -1,3 +1,5 @@
|
|||
// REQUIRES: x86-registered-target
|
||||
//
|
||||
// RUN: rm -rf %t
|
||||
// RUN: mkdir %t
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue