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

Add LLVM 17 support #1497

Merged
merged 2 commits into from
Sep 24, 2023
Merged

Add LLVM 17 support #1497

merged 2 commits into from
Sep 24, 2023

Conversation

yitzchak
Copy link
Member

Uses new pass manager in llvm-sys:optimize-module and moves usage of legacy pass manager (still need for codegen) into llvm-sys:emit-module.

@yitzchak yitzchak marked this pull request as ready for review September 23, 2023 20:03
Copy link
Member

@Bike Bike left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assuming this builds, and I'm sure it does, seems fine. You had me at +236 -1,401 honestly

src/lisp/kernel/cmp/compile-file.lisp Outdated Show resolved Hide resolved
src/llvmo/llvmoExpose.cc Show resolved Hide resolved
@yitzchak yitzchak merged commit 7a85494 into main Sep 24, 2023
7 of 8 checks passed
@yitzchak yitzchak deleted the llvm17 branch September 24, 2023 15:51
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.

2 participants