34cdd77646
clang-tblgen and clang itself built.
24 lines
418 B
Makefile
24 lines
418 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
LIB= llvminstrumentation
|
|
|
|
SRCDIR= lib/Transforms/Instrumentation
|
|
SRCS= AddressSanitizer.cpp \
|
|
BoundsChecking.cpp \
|
|
DataFlowSanitizer.cpp \
|
|
GCOVProfiling.cpp \
|
|
InstrProfiling.cpp \
|
|
Instrumentation.cpp \
|
|
MemorySanitizer.cpp \
|
|
PGOInstrumentation.cpp \
|
|
SafeStack.cpp \
|
|
SanitizerCoverage.cpp \
|
|
ThreadSanitizer.cpp
|
|
|
|
TGHDRS= Attributes \
|
|
Intrinsics
|
|
|
|
.include "../clang.lib.mk"
|