mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 04:14:03 +08:00
Summary: The classes have no dependencies, and they are used both by lldb and lldb-server, so it makes sense for them to live in the lowest layers. Reviewers: zturner, jingham Subscribers: emaste, mgorny, lldb-commits Differential Revision: https://reviews.llvm.org/D34746 llvm-svn: 306682
48 lines
795 B
CMake
48 lines
795 B
CMake
add_lldb_library(lldbUtility
|
|
Baton.cpp
|
|
Connection.cpp
|
|
ConstString.cpp
|
|
DataBufferHeap.cpp
|
|
DataBufferLLVM.cpp
|
|
DataEncoder.cpp
|
|
DataExtractor.cpp
|
|
FastDemangle.cpp
|
|
FileSpec.cpp
|
|
History.cpp
|
|
IOObject.cpp
|
|
JSON.cpp
|
|
LLDBAssert.cpp
|
|
Log.cpp
|
|
Logging.cpp
|
|
NameMatches.cpp
|
|
Range.cpp
|
|
RegularExpression.cpp
|
|
SelectHelper.cpp
|
|
SharingPtr.cpp
|
|
Status.cpp
|
|
Stream.cpp
|
|
StreamCallback.cpp
|
|
StreamGDBRemote.cpp
|
|
StreamString.cpp
|
|
StringExtractor.cpp
|
|
StringExtractorGDBRemote.cpp
|
|
StringLexer.cpp
|
|
StringList.cpp
|
|
StructuredData.cpp
|
|
TaskPool.cpp
|
|
TildeExpressionResolver.cpp
|
|
Timer.cpp
|
|
UserID.cpp
|
|
UriParser.cpp
|
|
UUID.cpp
|
|
VASprintf.cpp
|
|
VMRange.cpp
|
|
|
|
LINK_LIBS
|
|
# lldbUtility cannot have any dependencies
|
|
|
|
LINK_COMPONENTS
|
|
BinaryFormat
|
|
Support
|
|
)
|