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

Compilation of LLVM can potentially be simplified #11

Open
giordano opened this issue Jul 4, 2024 · 1 comment
Open

Compilation of LLVM can potentially be simplified #11

giordano opened this issue Jul 4, 2024 · 1 comment

Comments

@giordano
Copy link

giordano commented Jul 4, 2024

After JuliaLang/julia#50208 (which came about a time when Julia required LLVM 15, so probably not good for the current stage of this project), compilation of a fork of LLVM with Julia patches can theoretically be simplified, as long as there are no merge conflicts, by doing something like

LLVM_APPLY_JULIA_PATCHES = 1
LLVM_BASE_REF = sx-aurora-dev:...
LLVM_JULIA_REF = JuliaLang:julia-...

If the patch can be applied cleanly, this removes the need of keeping a branch around.

@giordano
Copy link
Author

Actually, Valentin told me that we may be able to just use the VE target in upstream LLVM.

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

No branches or pull requests

1 participant