From cf55238f5e19c10eafbb3c4c7c15cfd28c2e7af2 Mon Sep 17 00:00:00 2001 From: Prakalp Srivastava <psrivas2@illinois.edu> Date: Fri, 22 Dec 2017 12:26:19 -0600 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da935817fc..1c9fda781f 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,13 @@ You would need to download and install the following components for using AVX an ```shell # Get dependencies 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 cd ../.. +# Switch to 4.0 branch +git checkout update_llvm4 + # Build mkdir install mkdir build && cd build -- GitLab