File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
// RUN: %empty-directory(%t)
6
6
// RUN: touch %t/empty.swift
7
- // RUN: %target-build- swift -O -wmo - parse-as-library -num-threads 2 -emit-module -emit-module-path=%t/Test.swiftmodule -module-name=Test %s %t/empty.swift -c -o %t/test.o
7
+ // RUN: %target-swift-frontend -O -parse-as-library -num-threads 2 -emit-module -emit-module-path=%t/Test.swiftmodule -module-name=Test %s %t/empty.swift -c -o %t/test.o -o %t/empty .o
8
8
// RUN: %target-build-swift -O -wmo -module-name=Main -I%t %S/Inputs/global-functionptr-main.swift -c -o %t/main.o
9
- // RUN: %target-swiftc_driver %t/main.o %t/test.o -o %t/a.out
9
+ // RUN: %target-swiftc_driver %t/main.o %t/test.o %t/empty.o -o %t/a.out
10
10
// RUN: %target-codesign %t/a.out
11
11
// RUN: %target-run %t/a.out | %FileCheck %s -check-prefix=CHECK-OUTPUT
12
12
You can’t perform that action at this time.
0 commit comments