How to build julia with existing llvm compiler

Hi, i have latest llvm compiler (v 12.0.0) on my pc.
how to build julia with it?

Set USE_SYSTEM_LLVM=1 (in Make.user for example).

1 Like

Thanks! works fine for me.
$ vim Make.inc +35
USE_SYSTEM_LLVM:=1