phillipstanleymarbell / Noisy-lang-compiler

Noisy language compiler
MIT License
17 stars 1 forks source link

Specify LLVM version to install in GitHub CI. #626

Closed blackgeorge-boom closed 2 years ago

blackgeorge-boom commented 2 years ago

When running make in the CI, we override the LLVM_CONFIG variable so that the CI can find the right version of llvm-config to use.

Addresses #625.