mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-22 09:08:00 +00:00
b6a19c97b1
This change is essential first step to unblock gracefully enable LLVM 21 in revive compiler as current action blindly fetched latest LLVM binary from the list of releases on our page. The change queries release version from the submodule and uses it. Next step: build LLVM 21 release binary Next next step: switch revive compile to LLVM 21 after all issues are fixed