Closed xedin closed 2 months ago
…iler and linker
Keeping them together broke Symbol Graph Extract tool because it cannot handle -Xlinker flags.
-Xlinker
deriveMacOSSpecificSwiftTestingFlags
extraFlags.swiftCompilerFlags no longer includes -Xlinker flags.
extraFlags.swiftCompilerFlags
That's what I'm trying to figure out right now :)
@swift-ci please test
@swift-ci please test Windows platform
…iler and linker
Motivation:
Keeping them together broke Symbol Graph Extract tool because it cannot handle
-Xlinker
flags.Modifications:
deriveMacOSSpecificSwiftTestingFlags
to produce two arrays - one for swift compiler and one for linker flags.Result:
extraFlags.swiftCompilerFlags
no longer includes-Xlinker
flags.