Skip to content

Commit

Permalink
llvm: bump to version 6.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Kogut <[email protected]>
Tested-by: Valentin Korenblit <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
  • Loading branch information
jakogut authored and tpetazzoni committed Jun 15, 2018
1 parent 45d623f commit 2d8ce73
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 39 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion package/llvm/llvm.hash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# locally calculated
sha256 d522eda97835a9c75f0b88ddc81437e5edbb87dc2740686cb8647763855c2b3c llvm-5.0.2.src.tar.xz
sha256 1ff53c915b4e761ef400b803f07261ade637b0c269d99569f18040f3dcee4408 llvm-6.0.0.src.tar.xz
sha256 abd4d8794808bacb1eb6924d49efafd9ab6eef88faaaeb5d3cfa13ee3670d672 LICENSE.TXT
2 changes: 1 addition & 1 deletion package/llvm/llvm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

LLVM_VERSION = 5.0.2
LLVM_VERSION = 6.0.0
LLVM_SITE = http://llvm.org/releases/$(LLVM_VERSION)
LLVM_SOURCE = llvm-$(LLVM_VERSION).src.tar.xz
LLVM_LICENSE = NCSA
Expand Down

0 comments on commit 2d8ce73

Please sign in to comment.