Skip to content
Snippets Groups Projects
Commit cf55238f authored by Prakalp Srivastava's avatar Prakalp Srivastava
Browse files

Update README.md

parent 35b07849
No related branches found
No related tags found
No related merge requests found
...@@ -11,10 +11,13 @@ You would need to download and install the following components for using AVX an ...@@ -11,10 +11,13 @@ You would need to download and install the following components for using AVX an
```shell ```shell
# Get dependencies # Get dependencies
cd llvm/projects cd llvm/projects
git pull https://github.com/llvm-mirror/compiler-rt git clone https://github.com/llvm-mirror/compiler-rt
git checkout release_40 git checkout release_40
cd ../.. cd ../..
# Switch to 4.0 branch
git checkout update_llvm4
# Build # Build
mkdir install mkdir install
mkdir build && cd build mkdir build && cd build
......
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