/LLVM_installer

Primary LanguageShellMIT LicenseMIT

Steps:

1- Name the working directory to be the version of LLVM you are installing. For example, if you want to install LLVM 9.0.0, name your working directory "9.0.0". $ mkdir 9.0.0 ; cd 9.0.0

2- Compile LLVM by running make or make debug $ make