-
Notifications
You must be signed in to change notification settings - Fork 10.5k
runtime: further isolate runtime from LLVMSupport #32066
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
runtime: further isolate runtime from LLVMSupport #32066
Conversation
CC: @mikeash |
@swift-ci please test |
Build failed |
Build failed |
This cleans up some more `llvm::` leakage in the runtime when built into a static library. With this change we are down to 3 leaking symbols in the static library related to a missed ADT (`StringSwitch`).
09c559c
to
c050a26
Compare
@swift-ci please test |
@swift-ci please test windows platform |
Build failed |
@swift-ci please test Linux platform |
Build failed |
@swift-ci please test Linux platform |
runtime: further isolate runtime from LLVMSupport
runtime: further isolate runtime from LLVMSupport
runtime: further isolate runtime from LLVMSupport
This cleans up some more
llvm::
leakage in the runtime when built intoa static library. With this change we are down to 3 leaking symbols in
the static library related to a missed ADT (
StringSwitch
).Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.
Resolves SR-NNNN.