Closed Selicre closed 5 years ago
The README file contains info about checking out release 3.7; since the project now targets LLVM 6/7, it needs to be updated to git checkout RELEASE_70, and the rest of the build instructions should be changed accordingly to use cmake instead.
git checkout RELEASE_70
cmake
Fixed in #22
The README file contains info about checking out release 3.7; since the project now targets LLVM 6/7, it needs to be updated to
git checkout RELEASE_70
, and the rest of the build instructions should be changed accordingly to usecmake
instead.