9dd6dd992f
ludes minor changes relative to upstream, for compatibility with FreeBSD's in-tree LLVM 3.3: - Reverted LLDB r191806, restoring use of previous API. - Reverted part of LLDB r189317, restoring previous enum names. - Work around missing LLVM r192504, using previous registerEHFrames API (limited functionality). - Removed PlatformWindows header include and init/terminate calls. Sponsored by: DARPA, AFRL
18 lines
290 B
Makefile
18 lines
290 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= lldbUtility
|
|
|
|
SRCDIR= tools/lldb/source/Utility
|
|
SRCS= ARM_DWARF_Registers.cpp \
|
|
KQueue.cpp \
|
|
PseudoTerminal.cpp \
|
|
Range.cpp \
|
|
SharingPtr.cpp \
|
|
StringExtractor.cpp \
|
|
StringExtractorGDBRemote.cpp \
|
|
TimeSpecTimeout.cpp
|
|
|
|
.include "../lldb.lib.mk"
|