File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t/DISTINCTIVE-WINDOWS-PATH/usr/bin)
2
2
// RUN: %empty-directory(%t/DISTINCTIVE-WINDOWS-PATH/usr/lib)
3
3
// RUN: %hardlink-or-copy(from: %swift_frontend_plain, to: %t/DISTINCTIVE-WINDOWS-PATH/usr/bin/swiftc)
4
- // RUN: %host-library- env PATH= %t/DISTINCTIVE-WINDOWS-PATH/usr/bin/swiftc -target x86_64-unknown-windows-msvc -### -module-name link -emit-library %s 2>&1 | %FileCheck %s
4
+ // RUN: env PATH= %t/DISTINCTIVE-WINDOWS-PATH/usr/bin/swiftc -target x86_64-unknown-windows-msvc -### -module-name link -emit-library %s 2>&1 | %FileCheck %s
5
5
6
6
// swift-frontend cannot be copied to another location with bootstrapping because
7
7
// it will not find the libswiftCore library with its relative RPATH.
You can’t perform that action at this time.
0 commit comments