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 1111// RUN: %target-codesign %t/%target-library-name(Lib)
1212
1313/// 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 \
1515// RUN: -I %clang-include-dir -Werror -isysroot %sdk \
1616// RUN: -I %t -l Lib -L %t %target-rpath(%t)
1717// RUN: %target-codesign %t/a.out
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments