m8 / LLVM_installer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Shell 69.3%Language:Makefile 30.7%