r230048 - Require a target for this testacse.
Adrian Prantl
aprantl at apple.com
Fri Feb 20 11:52:44 PST 2015
Author: adrian
Date: Fri Feb 20 13:52:43 2015
New Revision: 230048
URL: http://llvm.org/viewvc/llvm-project?rev=230048&view=rev
Log:
Require a target for this testacse.
Modified:
cfe/trunk/test/Modules/module_container.m
Modified: cfe/trunk/test/Modules/module_container.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/module_container.m?rev=230048&r1=230047&r2=230048&view=diff
==============================================================================
--- cfe/trunk/test/Modules/module_container.m (original)
+++ cfe/trunk/test/Modules/module_container.m Fri Feb 20 13:52:43 2015
@@ -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
More information about the cfe-commits
mailing list