Log LLVM version in GHA

This commit is contained in:
Sebastian Miasojed
2024-11-12 09:47:43 +01:00
parent 8a225871ee
commit 93d2f3b9d9
2 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ resolc --version
### LLVM
`revive` requires a build of LLVM 18.1.4 or later including `compiler-rt`. Use the provided [build-llvm.sh](build-llvm.sh) build script to compile a compatible LLVM build locally in `$PWD/llvm18.0` (don't forget to add that to `$PATH` afterwards).
`revive` requires a build of LLVM 18.1.4 or later including `compiler-rt`. Use the provided [build-llvm.sh](build-llvm.sh) build script to compile a compatible LLVM build locally in `$PWD/llvm18.0` (don't forget to add that to `$PATH` afterwards).
### Cross-compilation to WASM