From 7df813cfa63a21edc825fdf5a269380bcf1d1fbf Mon Sep 17 00:00:00 2001 From: aejjeh <aejjeh@illinois.edu> Date: Thu, 23 Jan 2020 00:01:21 -0600 Subject: [PATCH] Update README.md --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 00cdfa78d5..678ca2646a 100644 --- a/README.md +++ b/README.md @@ -31,18 +31,6 @@ bash install.sh Specifically, the HPVM installer downloads the LLVM, Clang, compiler-rt, libcxxabi and lld, copies HPVM source into llvm/tools and build the entire tree. A modified LLVM C-Backend is also built as a part of HPVM and is currently used to generate OpenCL kernels for GPUs. -Alternatively, CMake can be run manually. -```shell -cd hpvm/build -cmake ../llvm [options] -``` -Some common options that can be used with CMake are: - -* -DCMAKE_INSTALL_PREFIX=directory --- Specify for directory the full pathname of where you want the HPVM tools and libraries to be installed. - -* -DCMAKE_BUILD_TYPE=type --- Valid options for type are Debug, Release, RelWithDebInfo, and MinSizeRel. Default is Debug. - -* -DLLVM_ENABLE_ASSERTIONS=On --- Compile with assertion checks enabled (default is Yes for Debug builds, No for all other build types). To use hpvm to compile benchmarks set environment variable `LLVM_SRC_ROOT` to llvm directory in your local repository ```shell -- GitLab