aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/llvm12/lib/DebugInfo/CodeView/ya.make
blob: b099dd11da9b6714112b2a215de072e6030570e8 (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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Generated by devtools/yamaker. 
 
LIBRARY() 
 
OWNER(
    orivej
    g:cpp-contrib
)
 
LICENSE(Apache-2.0 WITH LLVM-exception)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

PEERDIR( 
    contrib/libs/llvm12
    contrib/libs/llvm12/lib/DebugInfo/MSF
    contrib/libs/llvm12/lib/Support
) 
 
ADDINCL(
    contrib/libs/llvm12/lib/DebugInfo/CodeView
)
 
NO_COMPILER_WARNINGS() 
 
NO_UTIL() 
 
SRCS( 
    AppendingTypeTableBuilder.cpp 
    CVSymbolVisitor.cpp 
    CVTypeVisitor.cpp 
    CodeViewError.cpp 
    CodeViewRecordIO.cpp 
    ContinuationRecordBuilder.cpp 
    DebugChecksumsSubsection.cpp 
    DebugCrossExSubsection.cpp 
    DebugCrossImpSubsection.cpp 
    DebugFrameDataSubsection.cpp 
    DebugInlineeLinesSubsection.cpp 
    DebugLinesSubsection.cpp 
    DebugStringTableSubsection.cpp 
    DebugSubsection.cpp 
    DebugSubsectionRecord.cpp 
    DebugSubsectionVisitor.cpp 
    DebugSymbolRVASubsection.cpp 
    DebugSymbolsSubsection.cpp 
    EnumTables.cpp 
    Formatters.cpp 
    GlobalTypeTableBuilder.cpp 
    LazyRandomTypeCollection.cpp 
    Line.cpp 
    MergingTypeTableBuilder.cpp 
    RecordName.cpp 
    RecordSerialization.cpp 
    SimpleTypeSerializer.cpp 
    StringsAndChecksums.cpp 
    SymbolDumper.cpp 
    SymbolRecordHelpers.cpp 
    SymbolRecordMapping.cpp 
    SymbolSerializer.cpp 
    TypeDumpVisitor.cpp 
    TypeHashing.cpp 
    TypeIndex.cpp 
    TypeIndexDiscovery.cpp 
    TypeRecordHelpers.cpp 
    TypeRecordMapping.cpp 
    TypeStreamMerger.cpp 
    TypeTableCollection.cpp 
) 
 
END()