Skip to content
Snippets Groups Projects
Prakalp Srivastava's avatar
Prakalp Srivastava authored
Added the function to clone any function into a different typesHandiling two cases: (1) The caller is attempting to add data size argument after every pointer(2) The caller wants to add some extra arguments at the end
b5150756
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