Skip to content

Commit f0db19d

Browse files
committed
Tests: Add missing -target clang flags in @cdecl Interpreter tests
rdar://155013885
1 parent c4b42d8 commit f0db19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interpreter/cdecl_official_run.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// RUN: -enable-experimental-feature CDecl
99

1010
/// Build and run a binary from Swift and C code.
11-
// RUN: %clang-no-modules -c %t/Client.c -o %t/Client.o \
11+
// RUN: %clang-no-modules -c %t/Client.c -o %t/Client.o -target %target-triple \
1212
// RUN: -I %t -I %clang-include-dir -Werror -isysroot %sdk
1313
// RUN: %target-build-swift %t/Lib.swift %t/Client.o -O -o %t/a.out \
1414
// RUN: -enable-experimental-feature CDecl -parse-as-library

0 commit comments

Comments
 (0)