Update LLVM and Clang to 3.8.1+ r280599. The most relevant changes for
NetBSD are driver logic for PIE linkage and a number of SPARC fixes.
This commit is contained in:
parent
e2a06b5df1
commit
7871f8fcbc
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.inc,v 1.80 2016/02/27 21:47:30 joerg Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.81 2016/09/03 23:22:38 joerg Exp $
|
||||
|
||||
.if !defined(LLVM_TOPLEVEL_MK)
|
||||
LLVM_TOPLEVEL_MK=
|
||||
|
@ -8,7 +8,7 @@ LLVM_TOPLEVEL_MK=
|
|||
SVN_ROOT= http://llvm.org/svn/llvm-project
|
||||
SVN_BRANCH= branches/release_38
|
||||
|
||||
COMMON_REVISION= r261930
|
||||
COMMON_REVISION= r280599
|
||||
CLANG_REVISION= ${COMMON_REVISION}
|
||||
LLD_REVISION= ${COMMON_REVISION}
|
||||
LLDB_REVISION= ${COMMON_REVISION}
|
||||
|
|
Loading…
Reference in New Issue