You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on the Chapel compiler and have been looking at integrating RV with Chapel. Chapel is currently using LLVM version 18, which seems to be newer than what RV supports (based on branch names/commits). Is there a plan to upgrade RV to newer LLVMs or will it stay at LLVM 16?
The text was updated successfully, but these errors were encountered:
You can give the release/18.x branch a try: https://github.com/cdl-saarland/rv/tree/release/18.x
We removed a bunch of stuff not required for AnyDSL. So there might be some stuff missing for your usage scenario.
I am working on the Chapel compiler and have been looking at integrating RV with Chapel. Chapel is currently using LLVM version 18, which seems to be newer than what RV supports (based on branch names/commits). Is there a plan to upgrade RV to newer LLVMs or will it stay at LLVM 16?
The text was updated successfully, but these errors were encountered: