Skip to content

Commit 9b42d36

Browse files
committed
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
1 parent d0b5dcb commit 9b42d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Modules/prebuilt-module.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: rm -rf %t
22
//
3-
// 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
3+
// 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
44
// RUN: %clang_cc1 -fmodules -fprebuilt-module-path=%t/ -fdisable-module-hash %s -verify
55

66
// expected-no-diagnostics

0 commit comments

Comments
 (0)