forked from swiftlang/swift
-
Notifications
You must be signed in to change notification settings - Fork 30
Merge main 2023-05-24 #5469
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
Merged
Merged
Merge main 2023-05-24 #5469
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
When pch are explicitly created, there is no need to cached produced pch in memory since pch is only going to be consumed by a later process.
Don't add cxx shim when c++ interop is not used. This is to cut down the unnecessary dependencies that are not seen by the dependency scanner.
When creating ClangImporter directly from cc1 args, there is no need for clang path, and it might even be mistaken as an input path. Don't use clang executable path in the arguments when creating from cc1 commands.
When using explicit module build, there is no need to check top level module map to see if the module exists or not, since dependency scanning already pulled in all needed modules. Furthermore, when using clang include tree, the module maps are not available through FS for this search. Just directly try to load modules when using explicit module build.
In code we use `#include "swift/Lib/Header.h"` which is located in "include/swift/Lib/Header.h", so we use "include/" as a header search path. We should put modulemaps in the same directory and shouldn't rely on clang to search in immediate subdirectories. rdar://106677321
[update-checkout] Bump swift-certificates to 0.6.0
…frontend-tweaks-for-caching Cleanup some redundant dependencies and unnecessary works that prevent compiler caching.
…we do for loadable types. rdar://109686285
Move modulemap to header search directory. NFC intended.
…9bf0be496ecf5a5db426ec3 [move-only] Ban destructuring of noncopyable address only types like we do for loadable types.
[benchmark] add `removeAll(keepingCapacity: true)` benchmark for non-unique arrays
[CMake] Don't add an extraneous rpath to the swift-frontend
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.