]> granicus.if.org Git - clang/commitdiff
clang/test/Modules/prebuilt-module.m: Prune "-triple" to fix a configuration mismatch.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 19 Aug 2016 05:25:26 +0000 (05:25 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 19 Aug 2016 05:25:26 +0000 (05:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@279207 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/prebuilt-module.m

index a9c69942e898b7bc65fbe01c3bc946a5a31b206b..d5012e0e85f320780d1fc0ffe53ca1ad7a5e4b81 100644 (file)
@@ -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