From 63e652bad15e35fdce03e57955c647301c1b4127 Mon Sep 17 00:00:00 2001 From: akashk4 <akashk4@illinois.edu> Date: Fri, 24 Jan 2020 13:54:45 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27ad0e045b..7e027152e6 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ HPVM installer script can be used to download, configure and build HPVM along wi cd hpvm bash install.sh ``` -Specifically, the HPVM installer downloads LLVM, Clang, compiler-rt, libcxxabi and lld, copies HPVM source into +Specifically, the HPVM installer downloads LLVM, Clang, libcxx and libcxxabi, 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