From 42b6f15e0cdd574086023c957b6431017691af5b Mon Sep 17 00:00:00 2001 From: akashk4 <akashk4@illinois.edu> Date: Wed, 29 Jan 2020 11:16:18 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51e6de9d74..39c7bc2f51 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,12 @@ git clone https://gitlab.engr.illinois.edu/llvm/hpvm-release.git/ cd hpvm-release ``` -HPVM installer script can be used to download, configure and build HPVM along with LLVM and other subprojects including Clang. +HPVM installer script can be used to download, configure and build HPVM along with LLVM and Clang. ```shell cd hpvm bash install.sh ``` -Specifically, the HPVM installer downloads LLVM, Clang, libcxx and libcxxabi, copies HPVM source into +Specifically, the HPVM installer downloads LLVM, and Clang, copies HPVM source into llvm/tools and builds the entire tree. It also builds a modified LLVM C-Backend, based on the one maintained by [Julia Computing](https://github.com/JuliaComputing/llvm-cbe), as a part of HPVM and is currently used to generate OpenCL kernels for GPUs. -- GitLab