hashc icon indicating copy to clipboard operation
hashc copied to clipboard

Ship pre-built LLVM libraries in the repository to simplify the build process

Open feds01 opened this issue 1 year ago • 0 comments

Currently, we require that the host system of the compiler must include an installation of LLVM. This is inconvenient and leads to problems such as (#825). We could explore trying to ship the compiler with Mac/Linux/Windows pre-built binaries, however, this might turn out to be more work than benefit; we need to investigate the feasibility of this approach.

feds01 avatar Sep 14 '23 01:09 feds01