-
Notifications
You must be signed in to change notification settings - Fork 206
generatePCH: Add -frontend, reorder flags to more closely match cpp driver. compile: Add -pch-output-dir #54
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
…river. compile: Add -pch-output-dir
This is working in XCode for MovieSwiftUI when using WholeModule compilation mode. There are errors in incremental, but I believe that's related to the number of |
@swift-ci please test |
Very curious what's going wrong with |
@DougGregor Lot of text for a comment, but this is the xcode output for the PrecompileSwiftBridgingHeader and the first file compile. You'll probably want to copy it somewhere else to look at it side by side. Another interesting thing is the warning in the bridging header is showing up in the compile commands too.
swift-driver:
|
No description provided.