Skip to content
Snippets Groups Projects
Commit cac24fe5 authored by Akash Kothari's avatar Akash Kothari :speech_balloon:
Browse files

Update README.md

parent b97d9de0
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ In the beginning of the building process, the installer provides users the choic ...@@ -47,7 +47,7 @@ In the beginning of the building process, the installer provides users the choic
If HPVM is selected to be built automatically, the installer allows users to type in the number of threads they want to use. If HPVM is selected to be built automatically, the installer allows users to type in the number of threads they want to use.
The default number of threads used to build HPVM is two. The default number of threads used to build HPVM is two.
Alternatively, CMake can be run manually. Alternatively, CMake can be run manually using the following steps in ./hpvm-release/hpvm directory.
```shell ```shell
mkdir build mkdir build
cd build cd build
...@@ -61,15 +61,14 @@ Some common options that can be used with CMake are: ...@@ -61,15 +61,14 @@ 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). * -DLLVM_ENABLE_ASSERTIONS=On --- Compile with assertion checks enabled (default is Yes for Debug builds, No for all other build types).
In order to manually build and install HPVM, GNU Make can be run using the following. In order to manually build and install HPVM, GNU Make can be run using the following in the build directory.
```shell ```shell
make -j<number of threads> make -j<number of threads>
make install make install
``` ```
In the end of the installation process, the installer automatically runs all the regression tests to ensure that the installation is In the end of the installation process, the installer automatically runs all the regression tests to ensure that the installation is
successful. If HPVM is built and installed manually, the tests can be automatically run by executing the following step from the successful. If HPVM is built and installed manually, the tests can be automatically run by executing the following step from the ./hpvm-release/hpvm directory.
current directory.
```shell ```shell
bash scripts/automate_tests.sh bash scripts/automate_tests.sh
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment