Revert "Always quote path arguments when resolving command-lines for libSwiftScan queries"#1337
Revert "Always quote path arguments when resolving command-lines for libSwiftScan queries"#1337
Conversation
…libSwiftScan queries"
|
@swift-ci please test |
|
I doubt that this change is the culprit here. The example given is a compile command, whereas the change being reverted here only affects command lines for |
|
Verified that replacing |
While it does seem like there is a bug here in the driver, we still don't quite have enough information to deem this particular change to be the culprit and need to revert it. |
|
Verified locally that just adding the revert with the current state of the tree does work. |
|
swiftlang/swift#60581 just built a Windows Toolchain successfully without this revert: |
|
@artemcm that I had already verified does exhibit the issue. Note that building the toolchain is not the issue, the issue is only visible after you install the toolchain via the generated installer and try to build something with SPM. |
|
This should no longer be needed as @artemcm put in a fix for the quoting. |
Reverts #1335
I believe that this is breaking SPM on Windows:
Note the quoting on
SDKROOT. The quoting style is an issue.