From e998e97b36d9f6dc9c3c503d05838df3bc2ad0e8 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Fri, 20 Feb 2015 19:52:43 +0000 Subject: [PATCH] Require a target for this testacse. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@230048 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Modules/module_container.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Modules/module_container.m b/test/Modules/module_container.m index 98a662aea9..348a869ad2 100644 --- a/test/Modules/module_container.m +++ b/test/Modules/module_container.m @@ -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 -- 2.40.0