[RISCV] Refactor predicates for rvv intrinsic patterns.
[llvm-project.git] / llvm / lib / DebugInfo / DWARF / CMakeLists.txt
blob0ca08b092b26c9aac11b8edb92aa8ae266b4241a
1 add_llvm_component_library(LLVMDebugInfoDWARF
2   DWARFAbbreviationDeclaration.cpp
3   DWARFAddressRange.cpp
4   DWARFAcceleratorTable.cpp
5   DWARFCompileUnit.cpp
6   DWARFContext.cpp
7   DWARFDataExtractor.cpp
8   DWARFDebugAbbrev.cpp
9   DWARFDebugAddr.cpp
10   DWARFDebugArangeSet.cpp
11   DWARFDebugAranges.cpp
12   DWARFDebugFrame.cpp
13   DWARFTypePrinter.cpp
14   DWARFDebugInfoEntry.cpp
15   DWARFDebugLine.cpp
16   DWARFDebugLoc.cpp
17   DWARFDebugMacro.cpp
18   DWARFDebugPubTable.cpp
19   DWARFDebugRangeList.cpp
20   DWARFDebugRnglists.cpp
21   DWARFDie.cpp
22   DWARFExpression.cpp
23   DWARFFormValue.cpp
24   DWARFGdbIndex.cpp
25   DWARFListTable.cpp
26   DWARFLocationExpression.cpp
27   DWARFTypeUnit.cpp
28   DWARFUnitIndex.cpp
29   DWARFUnit.cpp
30   DWARFVerifier.cpp
32   ADDITIONAL_HEADER_DIRS
33   ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/DWARF
34   ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo
36   LINK_COMPONENTS
37   BinaryFormat
38   Object
39   Support
40   TargetParser
41   )