[DAG] Fix typo in VSELECT SimplifyDemandedVectorElts handling. NFC.
[llvm-project.git] / lldb / source / DataFormatters / CMakeLists.txt
blob7f48a2785c73f59220637152acef653a60456969
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   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   )