forked from OSchip/llvm-project
Update CMake lists of sources to include files added in r175787 and r175323
llvm-svn: 175797
This commit is contained in:
parent
2a01f5d426
commit
b29cf48e56
|
|
@ -6,6 +6,11 @@ add_lldb_library(lldbDataFormatters
|
|||
FormatCache.cpp
|
||||
FormatClasses.cpp
|
||||
FormatManager.cpp
|
||||
LibCxx.cpp
|
||||
LibStdcpp.cpp
|
||||
NSArray.cpp
|
||||
NSDictionary.cpp
|
||||
NSSet.cpp
|
||||
TypeCategory.cpp
|
||||
TypeCategoryMap.cpp
|
||||
TypeFormat.cpp
|
||||
|
|
|
|||
|
|
@ -2,9 +2,12 @@ set(LLVM_NO_RTTI 1)
|
|||
|
||||
add_lldb_library(lldbUtility
|
||||
ARM_DWARF_Registers.cpp
|
||||
KQueue.cpp
|
||||
PseudoTerminal.cpp
|
||||
RefCounter.cpp
|
||||
SharingPtr.cpp
|
||||
StringExtractor.cpp
|
||||
StringExtractorGDBRemote.cpp
|
||||
TimeSpecTimeout.cpp
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue