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 1
1
// RUN: %empty-directory(%t)
2
2
// 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
5
4
// RUN: %target-run %t/a.out | %FileCheck %s
6
5
7
6
// REQUIRES: executable_test
Original file line number Diff line number Diff line change 3
3
4
4
// RUN: %target-swift-frontend -emit-module -o %t/MyModule.swiftmodule %t/MyModule.swift -enable-experimental-feature Embedded -parse-as-library
5
5
// 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
7
6
// 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
9
8
// RUN: %target-run %t/a.out | %FileCheck %s
10
9
11
10
// REQUIRES: executable_test
Original file line number Diff line number Diff line change 3
3
4
4
// RUN: %target-swift-frontend -emit-module -o %t/MyModule.swiftmodule %t/MyModule.swift -enable-experimental-feature Embedded -parse-as-library
5
5
// 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
7
6
// 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
9
8
// RUN: %target-run %t/a.out | %FileCheck %s
10
9
11
10
// REQUIRES: executable_test
You can’t perform that action at this time.
0 commit comments