swiftlang / swift-package-manager

The Package Manager for the Swift Programming Language
Apache License 2.0
9.75k stars 1.35k forks source link

[PackageModel] Toolchain: Split SwiftTesting flags between swift comp… #7903

Closed xedin closed 2 months ago

xedin commented 2 months ago

…iler and linker

Motivation:

Keeping them together broke Symbol Graph Extract tool because it cannot handle -Xlinker flags.

Modifications:

Result:

extraFlags.swiftCompilerFlags no longer includes -Xlinker flags.

xedin commented 2 months ago

That's what I'm trying to figure out right now :)

xedin commented 2 months ago

@swift-ci please test

xedin commented 2 months ago

@swift-ci please test Windows platform