]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@230048 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/module_container.m

index 98a662aea9b288c024e5657a6e7cece7cc4553ff..348a869ad266508fd3316bc953462d0072e24477 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