diff options
author | Tobias Grosser <tobias@grosser.es> | 2015-07-02 07:59:16 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2015-07-02 07:59:16 +0000 |
commit | f519a288d5a34d6f2fd878e2a47b08d2fbe22c0d (patch) | |
tree | a6c61b67e30617d0c11cbfffe447b948f9f69bbe | |
parent | e0384e51b0aeff786c5200afc3aab0f7ecbe7484 (diff) | |
download | bcm5719-llvm-f519a288d5a34d6f2fd878e2a47b08d2fbe22c0d.tar.gz bcm5719-llvm-f519a288d5a34d6f2fd878e2a47b08d2fbe22c0d.zip |
Remove versions from README and add update instructions
llvm-svn: 241246
-rw-r--r-- | polly/lib/External/README.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/lib/External/README.txt b/polly/lib/External/README.txt index 615aef9c547..806e8bb6124 100644 --- a/polly/lib/External/README.txt +++ b/polly/lib/External/README.txt @@ -8,10 +8,10 @@ We currently have the following external libraries. # isl License: MIT-STYLE Details: isl/LICENSE -Version: isl-0.15-3-g532568a # imath License: MIT-STYLE Details: isl/imath/LICENSE -Version: 23b2b1f51c3b0299a2d8f73b04c33c86c9746bb0 +To update these libraries run 'autoreconf -i && ./configure && make dist' in +the isl git directory and move the resulting files into lib/External/isl. |