File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
// This limit was chosen because multi-threaded compilation broke here on OS X
4
4
// at one point.
5
5
// RUN: for i in {1..1100}; do echo "public func foo$i() {}" > %t/$i.swift; echo "CHECK: foo$i" >> %t/check.txt; done
6
+ // RUN: false
6
7
7
8
// We're not using %target-swift-build because we don't want to run into any
8
9
// limits *xcrun* has on arguments.
9
- // RUN: %swiftc_driver -sdk "" -target %target-triple -force-single-frontend-invocation -emit-library %t/*.swift -o %t/libWMO
10
+ // RUN: %swiftc_driver -sdk %sdk -target %target-triple -force-single-frontend-invocation -emit-library %t/*.swift -o %t/libWMO
10
11
// RUN: nm %t/libWMO | FileCheck %t/check.txt
11
12
12
- // RUN: %swiftc_driver -sdk "" -target %target-triple -force-single-frontend-invocation -num-threads 1 -emit-library %t/*.swift -o %t/libWMOThreaded
13
+ // RUN: %swiftc_driver -sdk %sdk -target %target-triple -force-single-frontend-invocation -num-threads 1 -emit-library %t/*.swift -o %t/libWMOThreaded
13
14
// RUN: nm %t/libWMOThreaded | FileCheck %t/check.txt
14
15
15
16
// This is very slow due to process overhead. It's also doing one file at a time
16
17
// because we don't have a good way for lit tests to claim more than one thread.
17
18
// But it's still important to check.
18
- // RUN: %swiftc_driver -sdk "" -target %target-triple -emit-library %t/*.swift -o %t/libMultiFile
19
+ // RUN: %swiftc_driver -sdk %sdk -target %target-triple -emit-library %t/*.swift -o %t/libMultiFile
19
20
// RUN: nm %t/libMultiFile | FileCheck %t/check.txt
20
21
You can’t perform that action at this time.
0 commit comments