-
Notifications
You must be signed in to change notification settings - Fork 126
Take the host platform into account when writing clang response files #810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@swift-ci test |
07f8af4 to
9574235
Compare
|
@swift-ci test |
9574235 to
5e80741
Compare
|
@swift-ci test |
| } | ||
|
|
||
| public var defaultResponseFileFormat: ResponseFileFormat { | ||
| switch self { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: use this?
self == .windows ? .windowsShellQuotedNewlineSeparated : .unixShellQuotedSpaceSeparatedSeems unlikely there will ever be difference except for Windows
|
I tested this locally but the |
|
@daveinglis possibly, we may need to dig into the clang implementation a bit to see what it's expecting to receive |
|
Closing this one for now |
This ensures the contents get properly escaped