From 9b42d36aba7ec6e63bc2ef52d7dd559b4946acf3 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 19 Aug 2016 05:25:26 +0000 Subject: [PATCH] clang/test/Modules/prebuilt-module.m: Prune "-triple" to fix a configuration mismatch. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@279207 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Modules/prebuilt-module.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Modules/prebuilt-module.m b/test/Modules/prebuilt-module.m index a9c69942e8..d5012e0e85 100644 --- a/test/Modules/prebuilt-module.m +++ b/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 -- 2.40.0