aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/llvm14/lib/DebugInfo/DWARF/ya.make
blob: 20dc24f0257dfff735b496aadcaa5e051ee21e85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Generated by devtools/yamaker.

LIBRARY()

LICENSE(Apache-2.0 WITH LLVM-exception)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

PEERDIR(
    contrib/libs/llvm14
    contrib/libs/llvm14/lib/BinaryFormat
    contrib/libs/llvm14/lib/MC
    contrib/libs/llvm14/lib/Object
    contrib/libs/llvm14/lib/Support
)

ADDINCL(
    contrib/libs/llvm14/lib/DebugInfo/DWARF
)

NO_COMPILER_WARNINGS()

NO_UTIL()

SRCS(
    DWARFAbbreviationDeclaration.cpp
    DWARFAcceleratorTable.cpp
    DWARFAddressRange.cpp
    DWARFCompileUnit.cpp
    DWARFContext.cpp
    DWARFDataExtractor.cpp
    DWARFDebugAbbrev.cpp
    DWARFDebugAddr.cpp
    DWARFDebugArangeSet.cpp
    DWARFDebugAranges.cpp
    DWARFDebugFrame.cpp
    DWARFDebugInfoEntry.cpp
    DWARFDebugLine.cpp
    DWARFDebugLoc.cpp
    DWARFDebugMacro.cpp
    DWARFDebugPubTable.cpp
    DWARFDebugRangeList.cpp
    DWARFDebugRnglists.cpp
    DWARFDie.cpp
    DWARFExpression.cpp
    DWARFFormValue.cpp
    DWARFGdbIndex.cpp
    DWARFListTable.cpp
    DWARFLocationExpression.cpp
    DWARFTypeUnit.cpp
    DWARFUnit.cpp
    DWARFUnitIndex.cpp
    DWARFVerifier.cpp
)

END()