We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@cdecl
1 parent c4b42d8 commit f0db19dCopy full SHA for f0db19d
test/Interpreter/cdecl_official_run.swift
@@ -8,7 +8,7 @@
8
// RUN: -enable-experimental-feature CDecl
9
10
/// Build and run a binary from Swift and C code.
11
-// RUN: %clang-no-modules -c %t/Client.c -o %t/Client.o \
+// RUN: %clang-no-modules -c %t/Client.c -o %t/Client.o -target %target-triple \
12
// RUN: -I %t -I %clang-include-dir -Werror -isysroot %sdk
13
// RUN: %target-build-swift %t/Lib.swift %t/Client.o -O -o %t/a.out \
14
// RUN: -enable-experimental-feature CDecl -parse-as-library
0 commit comments