@@ -69,6 +70,12 @@ HPVM installer script can be used to download, configure and build HPVM along wi
...
@@ -69,6 +70,12 @@ HPVM installer script can be used to download, configure and build HPVM along wi
```shell
```shell
bash install.sh
bash install.sh
```
```
Post Installation Build the HPVM Compilation Tool `approxhpvm.py` using:
```
make approxhpvm.py
```
Specifically, the HPVM installer downloads LLVM, and Clang, 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
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