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:
Richard Smith 2016-08-30 23:53:34 +00:00
parent 90ce6e1e64
commit fdb32d566a
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// REQUIRES: x86-registered-target
//
// RUN: rm -rf %t
// RUN: mkdir %t
//