Skip to content
Snippets Groups Projects
Maria Kotsifakou's avatar
kotsifa2 authored
Bug fix in nvptx and spir backends related to adding arguments to
node functions.
cf758f0d
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