summaryrefslogtreecommitdiffstats
path: root/llvm/utils/gn/secondary/llvm/lib/DebugInfo/CodeView/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/utils/gn/secondary/llvm/lib/DebugInfo/CodeView/BUILD.gn')
-rw-r--r--llvm/utils/gn/secondary/llvm/lib/DebugInfo/CodeView/BUILD.gn48
1 files changed, 48 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/llvm/lib/DebugInfo/CodeView/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/DebugInfo/CodeView/BUILD.gn
new file mode 100644
index 00000000000..04139ec0d35
--- /dev/null
+++ b/llvm/utils/gn/secondary/llvm/lib/DebugInfo/CodeView/BUILD.gn
@@ -0,0 +1,48 @@
+static_library("CodeView") {
+ output_name = "LLVMDebugInfoCodeView"
+ deps = [
+ "//llvm/lib/DebugInfo/MSF",
+ "//llvm/lib/Support",
+ ]
+ sources = [
+ "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",
+ "SymbolRecordMapping.cpp",
+ "SymbolSerializer.cpp",
+ "TypeDumpVisitor.cpp",
+ "TypeHashing.cpp",
+ "TypeIndex.cpp",
+ "TypeIndexDiscovery.cpp",
+ "TypeRecordHelpers.cpp",
+ "TypeRecordMapping.cpp",
+ "TypeStreamMerger.cpp",
+ "TypeTableCollection.cpp",
+ ]
+}
OpenPOWER on IntegriCloud