Require a target for this testacse.
authorAdrian Prantl <aprantl@apple.com>
Fri, 20 Feb 2015 19:52:43 +0000 (19:52 +0000)
committerAdrian Prantl <aprantl@apple.com>
Fri, 20 Feb 2015 19:52:43 +0000 (19:52 +0000)
llvm-svn: 230048

clang/test/Modules/module_container.m

index 98a662a..348a869 100644 (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