summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Leidel <john.leidel@ttu.edu>2015-05-06 10:35:28 -0500
committerCraig Griffiths <craig.griffiths@codethink.co.uk>2015-08-14 10:20:11 +0100
commit68fc0a6beb9acc4bddad306b62ad8178d0244a15 (patch)
treede14ce5533f8febf5c5000063299fe97149a3ba1
parent1bc767c1d451203e96c6243972649a7f26d3181d (diff)
downloadflang-68fc0a6beb9acc4bddad306b62ad8178d0244a15.tar.gz
updating README file to reflect using LLVM trunk as the basis for the LLVM core component. Fix for Issue #2
-rw-r--r--README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index df70385387..7c39999c65 100644
--- a/README.txt
+++ b/README.txt
@@ -16,12 +16,12 @@ Flang.
> git clone https://github.com/llvm-mirror/llvm.git
> cd llvm
-> git checkout -t origin/release_36
+> git clone http://llvm.org/git/llvm.git
Download the Flang source code within the LLVM tree, the two will be compiled
together.
-> cd tools & git clone git://github.com/llvm-flang/flang.git
+> cd llvm/tools & git clone git://github.com/llvm-flang/flang.git
Compile LLVM and Flang together.