diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-08-19 05:25:26 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-08-19 05:25:26 +0000 |
| commit | cc980fc55f571d5c33206678a65863678d947410 (patch) | |
| tree | e82b9b2b4a70d73e871b89a5d76fa698497ccece /clang/test/Modules/prebuilt-module.m | |
| parent | 26f7566ff871cf249f3c4d077afeb79ab2eef670 (diff) | |
| download | bcm5719-llvm-cc980fc55f571d5c33206678a65863678d947410.tar.gz bcm5719-llvm-cc980fc55f571d5c33206678a65863678d947410.zip | |
clang/test/Modules/prebuilt-module.m: Prune "-triple" to fix a configuration mismatch.
llvm-svn: 279207
Diffstat (limited to 'clang/test/Modules/prebuilt-module.m')
| -rw-r--r-- | clang/test/Modules/prebuilt-module.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/prebuilt-module.m b/clang/test/Modules/prebuilt-module.m index a9c69942e89..d5012e0e85f 100644 --- a/clang/test/Modules/prebuilt-module.m +++ b/clang/test/Modules/prebuilt-module.m @@ -1,6 +1,6 @@ // RUN: rm -rf %t // -// RUN: %clang_cc1 -fmodules -x objective-c -I %S/Inputs/prebuilt-module -triple %itanium_abi_triple -emit-module %S/Inputs/prebuilt-module/module.modulemap -fmodule-name=prebuilt -o %t/prebuilt.pcm +// RUN: %clang_cc1 -fmodules -x objective-c -I %S/Inputs/prebuilt-module -emit-module %S/Inputs/prebuilt-module/module.modulemap -fmodule-name=prebuilt -o %t/prebuilt.pcm // RUN: %clang_cc1 -fmodules -fprebuilt-module-path=%t/ -fdisable-module-hash %s -verify // expected-no-diagnostics |

