Require a target for this testacse.

llvm-svn: 230048
This commit is contained in:
Adrian Prantl 2015-02-20 19:52:43 +00:00
parent fa2fcf173b
commit fed81aa685
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
@import DependsOnModule;
// REQUIRES: x86-registered-target
// RUN: rm -rf %t-MachO %t-ELF %t-COFF
// RUN: %clang_cc1 -triple=x86_64-apple-darwin -fmodules -fdisable-module-hash -fmodules-cache-path=%t-MachO -F %S/Inputs %s
// RUN: %clang_cc1 -triple=x86_64-linux-elf -fmodules -fdisable-module-hash -fmodules-cache-path=%t-ELF -F %S/Inputs %s