LLVM
Dependency
Robot
Introduction
Installation
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD="X86" ../llvm
make # compile and build
sudo make install # installReference
Last updated