diff options
-rw-r--r-- | clang/test/Modules/module_container.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/module_container.m b/clang/test/Modules/module_container.m index 98a662aea9b..348a869ad26 100644 --- a/clang/test/Modules/module_container.m +++ b/clang/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 |