Move some more files under MK_CLANG_FULL.
This commit is contained in:
parent
11172da299
commit
800be4f63e
@ -10,17 +10,13 @@ SRCS= AnalysisDeclContext.cpp \
|
|||||||
CFG.cpp \
|
CFG.cpp \
|
||||||
CFGReachabilityAnalysis.cpp \
|
CFGReachabilityAnalysis.cpp \
|
||||||
CFGStmtMap.cpp \
|
CFGStmtMap.cpp \
|
||||||
CallGraph.cpp \
|
|
||||||
CocoaConventions.cpp \
|
CocoaConventions.cpp \
|
||||||
CodeInjector.cpp \
|
|
||||||
Consumed.cpp \
|
Consumed.cpp \
|
||||||
Dominators.cpp \
|
|
||||||
FormatString.cpp \
|
FormatString.cpp \
|
||||||
LiveVariables.cpp \
|
LiveVariables.cpp \
|
||||||
ObjCNoReturn.cpp \
|
ObjCNoReturn.cpp \
|
||||||
PostOrderCFGView.cpp \
|
PostOrderCFGView.cpp \
|
||||||
PrintfFormatString.cpp \
|
PrintfFormatString.cpp \
|
||||||
ProgramPoint.cpp \
|
|
||||||
PseudoConstantAnalysis.cpp \
|
PseudoConstantAnalysis.cpp \
|
||||||
ReachableCode.cpp \
|
ReachableCode.cpp \
|
||||||
ScanfFormatString.cpp \
|
ScanfFormatString.cpp \
|
||||||
@ -29,6 +25,13 @@ SRCS= AnalysisDeclContext.cpp \
|
|||||||
ThreadSafetyTIL.cpp \
|
ThreadSafetyTIL.cpp \
|
||||||
UninitializedValues.cpp
|
UninitializedValues.cpp
|
||||||
|
|
||||||
|
.if ${MK_CLANG_FULL} != "no"
|
||||||
|
SRCS+= CallGraph.cpp \
|
||||||
|
CodeInjector.cpp \
|
||||||
|
Dominators.cpp \
|
||||||
|
ProgramPoint.cpp
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${MK_CLANG_EXTRAS} != "no"
|
.if ${MK_CLANG_EXTRAS} != "no"
|
||||||
SRCS+= ThreadSafetyLogical.cpp
|
SRCS+= ThreadSafetyLogical.cpp
|
||||||
.endif
|
.endif
|
||||||
|
@ -35,7 +35,6 @@ SRCS= APFloat.cpp \
|
|||||||
Host.cpp \
|
Host.cpp \
|
||||||
IntEqClasses.cpp \
|
IntEqClasses.cpp \
|
||||||
IntervalMap.cpp \
|
IntervalMap.cpp \
|
||||||
IntrusiveRefCntPtr.cpp \
|
|
||||||
JamCRC.cpp \
|
JamCRC.cpp \
|
||||||
LEB128.cpp \
|
LEB128.cpp \
|
||||||
LineIterator.cpp \
|
LineIterator.cpp \
|
||||||
@ -93,6 +92,10 @@ SRCS= APFloat.cpp \
|
|||||||
regfree.c \
|
regfree.c \
|
||||||
regstrlcpy.c
|
regstrlcpy.c
|
||||||
|
|
||||||
|
.if ${MK_CLANG_FULL} != "no"
|
||||||
|
SRCS+= IntrusiveRefCntPtr.cpp
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${MK_CLANG_EXTRAS} != "no"
|
.if ${MK_CLANG_EXTRAS} != "no"
|
||||||
SRCS+= ARMWinEH.cpp \
|
SRCS+= ARMWinEH.cpp \
|
||||||
COM.cpp \
|
COM.cpp \
|
||||||
|
Loading…
Reference in New Issue
Block a user