-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Hi,
Is there any way to build the JLang project using LLVM-6.0?
I'm using JLang to generate LLVM IR out of java files. And I use the Java LLVM IR files for downstream tasks.
The problem is that I'm using some other tools that are compatible with LLVM-6.0. As a result, almost all of the .ll files generated by JLang are rejected by the other tools. This is because the other tools do not support LLVM-5.0 but JLang only uses LLVM-5.0. JLang raises an error if any other version of LLVM is used:
LLVM version is out of date (or too new)
Any help is greatly appreciated.
yegor256 and ivanperez-keera
Metadata
Metadata
Assignees
Labels
No labels