Files
swift-mirror/test/Driver/windows-link-job.swift
Saleem Abdulrasool d4304e7287 Update windows-link-job.swift
Fix an incorrect alteration to the test
2023-09-04 14:52:18 -07:00

12 lines
629 B
Swift

// 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: 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.
// UNSUPPORTED: swift_in_compiler
// UNSUPPORTED: swift_swift_parser
// CHECK: {{^}}clang