Skip to content

Commit

Permalink
Update LLVM URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Apr 3, 2017
1 parent 5046f27 commit 5947351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ clean:

.INTERMEDIATE: llvm-$(LLVM_VERSION).src.tar.gz
llvm-$(LLVM_VERSION).src.tar.gz:
curl -O http://llvm.org/releases/$(LLVM_VERSION)/$@
curl -O http://releases.llvm.org/$(LLVM_VERSION)/$@

llvm/CMakeLists.txt: llvm-$(LLVM_VERSION).src.tar.gz
tar -xf $<
Expand Down

0 comments on commit 5947351

Please sign in to comment.