Skip to content

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 28 commits into from
Jul 3, 2020

Conversation

texasmichelle
Copy link

No description provided.

adrian-prantl and others added 28 commits June 22, 2020 15:48
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
@texasmichelle texasmichelle deleted the swift/tensorflow-merge branch July 3, 2020 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants