Skip to content
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

Remove two outdated LLVM fun bindings #13438

Merged

Conversation

HertzDevil
Copy link
Contributor

@HertzDevil HertzDevil commented May 5, 2023

LLVMLinkInJIT, which was superseded by LLVMLinkInMCJIT, has not been available since LLVM 3.6.

LLVMInitializeNativeTarget is a static inline function in the original C header. Dynamic libraries do not export it, and there is never a need for that function either, considering the way we use llvm-config --targets-built to initialize the targets supported.

@straight-shoota straight-shoota added this to the 1.9.0 milestone May 5, 2023
@straight-shoota straight-shoota merged commit 2aeaea0 into crystal-lang:master May 8, 2023
@HertzDevil HertzDevil deleted the refactor/llvm-unused branch May 8, 2023 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants