Skip to content

Remove LLVMAddInternalizePassWithMustPreservePredicate from shims #224

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 1 commit into from
Feb 17, 2021

Conversation

matthewseaman
Copy link
Collaborator

@matthewseaman matthewseaman commented Feb 14, 2021

Resolves #222.

This symbol is already provided by llvm-c in IPO.h per this addition. @CodaFi got this merged into upstream LLVM two years ago with the exact same implementation (see here and here and compare with removed definition), so it is unclear to me why this just now broke.

@matthewseaman
Copy link
Collaborator Author

CI failure due to Travis needing updated to install LLVM 11 instead of 9

@matthewseaman
Copy link
Collaborator Author

I believe this is good to go. Feel free to merge when convenient. (I am unable.)

This was referenced Feb 16, 2021
@matthewseaman
Copy link
Collaborator Author

CI failures are now expected and fixed by #227.

@matthewseaman matthewseaman merged commit 628666d into llvm-swift:master Feb 17, 2021
@matthewseaman matthewseaman deleted the dupe-symbol branch February 17, 2021 03:03
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.

Duplicate symbol when linking against llvm@11 on macOS 11
2 participants