File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 11// RUN: %empty-directory(%t)
22// RUN: %target-swift-frontend %s %S/Inputs/print.swift -enable-experimental-feature Embedded -enable-builtin-module -c -o %t/main.o
3- // RUN: %target-clang -x c -c %S/Inputs/tiny-runtime-dummy-refcounting.c -o %t/runtime.o
4- // RUN: %target-clang %t/main.o %t/runtime.o -o %t/a.out -dead_strip
3+ // RUN: %target-clang %t/main.o -o %t/a.out -dead_strip
54// RUN: %target-run %t/a.out | %FileCheck %s
65
76// REQUIRES: executable_test
Original file line number Diff line number Diff line change 33
44// RUN: %target-swift-frontend -emit-module -o %t/MyModule.swiftmodule %t/MyModule.swift -enable-experimental-feature Embedded -parse-as-library
55// RUN: %target-swift-frontend -c -I %t %t/Main.swift -enable-experimental-feature Embedded -o %t/a.o
6- // RUN: %target-clang -x c -c %S/Inputs/tiny-runtime-dummy-refcounting.c -o %t/runtime.o
76// RUN: %target-clang -x c -c %S/Inputs/print.c -o %t/print.o
8- // RUN: %target-clang %t/a.o %t/print.o %t/runtime.o -o %t/a.out
7+ // RUN: %target-clang %t/a.o %t/print.o -o %t/a.out
98// RUN: %target-run %t/a.out | %FileCheck %s
109
1110// REQUIRES: executable_test
Original file line number Diff line number Diff line change 33
44// RUN: %target-swift-frontend -emit-module -o %t/MyModule.swiftmodule %t/MyModule.swift -enable-experimental-feature Embedded -parse-as-library
55// RUN: %target-swift-frontend -c -I %t %t/Main.swift -enable-experimental-feature Embedded -o %t/a.o
6- // RUN: %target-clang -x c -c %S/Inputs/tiny-runtime-dummy-refcounting.c -o %t/runtime.o
76// RUN: %target-clang -x c -c %S/Inputs/print.c -o %t/print.o
8- // RUN: %target-clang %t/a.o %t/print.o %t/runtime.o -o %t/a.out
7+ // RUN: %target-clang %t/a.o %t/print.o -o %t/a.out
98// RUN: %target-run %t/a.out | %FileCheck %s
109
1110// REQUIRES: executable_test
You can’t perform that action at this time.
0 commit comments