diff --git a/README.md b/README.md index d285c6e1f6852b9f49d02ae91bd193dde07e79fc..5d493035026121da19c8f95ddbfda9da8a77f6a0 100644 --- a/README.md +++ b/README.md @@ -39,13 +39,6 @@ Some common options that can be used with CMake are: * -DLLVM_ENABLE_ASSERTIONS=On --- Compile with assertion checks enabled (default is Yes for Debug builds, No for all other build types). -## Building hpvm runtime -HPVM also includes a runtime library which comprises of low-level, target-specific wrappers required by HPVM's code generation. -```shell -cd projects/visc-rt -make -cd .. -``` To use hpvm to compile benchmarks set environment variable `LLVM_SRC_ROOT` to llvm directory in your local repository ```shell export LLVM_SRC_ROOT=<full path to hpvm>/llvm