forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 341
Merge 2020-06-30 into swift/tensorflow #1399
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
+195
−78
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
and instead forward all requests from the expression context to the individual module contexts. This allows for finding types that were not previously loaded into a module context, such as types are first referenced by a user expression. <rdar://problem/64169273>
Remove the caching from DWARFImporterDelegate::lookupValue()
rdar://problem/64566000
lldb tests: disable two test to unblock swift PR testing.
…wift_28003_take_two [CMake] Fix unified builds after swift llvm#28003
Add a defensive nullptr check.
Summary: Allow compiler-rt to build for arm64 support on macOS. Reviewers: arphaman, doug.gregor, dexonsmith Reviewed By: arphaman, dexonsmith Subscribers: dberris, mgorny, kristof.beyls, jkorous, ributzka, danielkiss, #sanitizers, llvm-commits Tags: #sanitizers Differential Revision: https://reviews.llvm.org/D82610 (cherry picked from commit b2303de)
…licon [compiler-rt] Add support for arm64 macOS
A Module SwiftASTContext that cannot access the stdlib module will crash when performing simple actions, like looking up a type. This patch tries to make the Target/Module overrides of CreateInstance look more like each other, w.r.t error handling in particular. rdar://57695158, rdar://64828733
Don't create a Module SwiftASTContext when the stdlib is missing
A Module SwiftASTContext that cannot access the stdlib module will crash when performing simple actions, like looking up a type. This patch tries to make the Target/Module overrides of CreateInstance look more like each other, w.r.t error handling in particular. rdar://57695158, rdar://64828733 (cherry picked from commit 21acf0e)
Don't create a Module SwiftASTContext when the stdlib is missing
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.