[mlir][py] Enable loading only specified dialects during creation. (#121421)
[llvm-project.git] / lldb / source / DataFormatters / CMakeLists.txt
blob91b10ba9e0ac8b238c0a564521cb6d974cbb43f1
1 add_lldb_library(lldbDataFormatters NO_PLUGIN_DEPENDENCIES
2   CXXFunctionPointer.cpp
3   DataVisualization.cpp
4   DumpValueObjectOptions.cpp
5   FormatCache.cpp
6   FormatClasses.cpp
7   FormatManager.cpp
8   FormatterBytecode.cpp
9   FormattersHelpers.cpp
10   FormatterSection.cpp
11   LanguageCategory.cpp
12   StringPrinter.cpp
13   TypeCategory.cpp
14   TypeCategoryMap.cpp
15   TypeFormat.cpp
16   TypeSummary.cpp
17   TypeSynthetic.cpp
18   ValueObjectPrinter.cpp
19   VectorType.cpp
21   LINK_LIBS
22     lldbCore
23     lldbInterpreter
24     lldbSymbol
25     lldbTarget
26     lldbUtility
27     lldbValueObject
29   LINK_COMPONENTS
30     Support
31   )