We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0a8c4e + d4304e7 commit 3065ab4Copy full SHA for 3065ab4
test/Driver/windows-link-job.swift
@@ -1,7 +1,7 @@
1
// RUN: %empty-directory(%t/DISTINCTIVE-WINDOWS-PATH/usr/bin)
2
// RUN: %empty-directory(%t/DISTINCTIVE-WINDOWS-PATH/usr/lib)
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
+// 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
6
// swift-frontend cannot be copied to another location with bootstrapping because
7
// it will not find the libswiftCore library with its relative RPATH.
0 commit comments