mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Update windows-link-job.swift
Fix an incorrect alteration to the test
This commit is contained in:
committed by
GitHub
parent
d0a8c4e56d
commit
d4304e7287
@@ -1,7 +1,7 @@
|
||||
// RUN: %empty-directory(%t/DISTINCTIVE-WINDOWS-PATH/usr/bin)
|
||||
// RUN: %empty-directory(%t/DISTINCTIVE-WINDOWS-PATH/usr/lib)
|
||||
// RUN: %hardlink-or-copy(from: %swift_frontend_plain, to: %t/DISTINCTIVE-WINDOWS-PATH/usr/bin/swiftc)
|
||||
// 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
|
||||
|
||||
// swift-frontend cannot be copied to another location with bootstrapping because
|
||||
// it will not find the libswiftCore library with its relative RPATH.
|
||||
|
||||
Reference in New Issue
Block a user