Skip to content
Snippets Groups Projects
Maria Kotsifakou's avatar
kotsifa2 authored
The SymVT stuff has not been moved yet, I removed it for now.
The test/VISC tests also have not been moved yet, so they may not
work.
1a12c026
History
Name Last commit Last update
cfar-report
libclc
llvm
paper
.gitignore
README.md

HPVM

Build

# Get dependencies
cd llvm/projects
git pull https://github.com/llvm-mirror/compiler-rt
git checkout release_39
cd ../..

# Build
mkdir build && cd build
cmake ../llvm
make -j