[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git] / lldb / source / DataFormatters / CMakeLists.txt
blobe727432da4f05f1981d3c1f83d8fe0d334e2c675
1 add_lldb_library(lldbDataFormatters
2   CXXFunctionPointer.cpp
3   DataVisualization.cpp
4   DumpValueObjectOptions.cpp
5   FormatCache.cpp
6   FormatClasses.cpp
7   FormatManager.cpp
8   FormattersHelpers.cpp
9   LanguageCategory.cpp
10   StringPrinter.cpp
11   TypeCategory.cpp
12   TypeCategoryMap.cpp
13   TypeFormat.cpp
14   TypeSummary.cpp
15   TypeSynthetic.cpp
16   ValueObjectPrinter.cpp
17   VectorType.cpp
19   LINK_LIBS
20     lldbCore
21     lldbInterpreter
22     lldbSymbol
23     lldbTarget
24     lldbUtility
25   
26   LINK_COMPONENTS
27     Support
28   )