File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
// RUN: %target-codesign %t/%target-library-name(Lib)
12
12
13
13
/// Build a C client against cdecl.h.
14
- // RUN: %clang-no-modules %t/Client.c -o %t/a.out \
14
+ // RUN: %clang-no-modules %t/Client.c -o %t/a.out -target %target-triple \
15
15
// RUN: -I %clang-include-dir -Werror -isysroot %sdk \
16
16
// RUN: -I %t -l Lib -L %t %target-rpath(%t)
17
17
// RUN: %target-codesign %t/a.out
Original file line number Diff line number Diff line change 8
8
// RUN: -enable-experimental-feature CDecl
9
9
10
10
/// 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 \
12
12
// RUN: -I %t -I %clang-include-dir -Werror -isysroot %sdk
13
13
// RUN: %target-build-swift %t/Lib.swift %t/Client.o -O -o %t/a.out \
14
14
// RUN: -enable-experimental-feature CDecl -parse-as-library
You can’t perform that action at this time.
0 commit comments