Update clang, lld and llvm version numbers for r321414, and update build
glue.
This commit is contained in:
parent
39f349c2ce
commit
2757ff7e2f
@ -8,4 +8,4 @@
|
||||
|
||||
#define CLANG_VENDOR "FreeBSD "
|
||||
|
||||
#define SVN_REVISION "321017"
|
||||
#define SVN_REVISION "321414"
|
||||
|
@ -4,5 +4,5 @@
|
||||
#define LLD_VERSION_STRING "6.0.0"
|
||||
#define LLD_VERSION_MAJOR 6
|
||||
#define LLD_VERSION_MINOR 0
|
||||
#define LLD_REVISION_STRING "321017"
|
||||
#define LLD_REVISION_STRING "321414"
|
||||
#define LLD_REPOSITORY_STRING "FreeBSD"
|
||||
|
@ -1,2 +1,2 @@
|
||||
/* $FreeBSD$ */
|
||||
#define LLVM_REVISION "svn-r321017"
|
||||
#define LLVM_REVISION "svn-r321414"
|
||||
|
@ -202,7 +202,7 @@ SRCS_MIN+= CodeGen/LiveRangeEdit.cpp
|
||||
SRCS_MIN+= CodeGen/LiveRangeShrink.cpp
|
||||
SRCS_MIN+= CodeGen/LiveRegMatrix.cpp
|
||||
SRCS_MIN+= CodeGen/LiveRegUnits.cpp
|
||||
SRCS_MIN+= CodeGen/LiveStackAnalysis.cpp
|
||||
SRCS_MIN+= CodeGen/LiveStacks.cpp
|
||||
SRCS_MIN+= CodeGen/LiveVariables.cpp
|
||||
SRCS_MIN+= CodeGen/LocalStackSlotAllocation.cpp
|
||||
SRCS_MIN+= CodeGen/LowLevelType.cpp
|
||||
|
@ -35,6 +35,7 @@ SRCS+= OptParserEmitter.cpp
|
||||
SRCS+= PseudoLoweringEmitter.cpp
|
||||
SRCS+= RegisterBankEmitter.cpp
|
||||
SRCS+= RegisterInfoEmitter.cpp
|
||||
SRCS+= SDNodeProperties.cpp
|
||||
SRCS+= SearchableTableEmitter.cpp
|
||||
SRCS+= SubtargetEmitter.cpp
|
||||
SRCS+= SubtargetFeatureInfo.cpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user