1 lldb_tablegen(SymbolFileDWARFProperties.inc -gen-lldb-property-defs
2 SOURCE SymbolFileDWARFProperties.td
3 TARGET LLDBPluginSymbolFileDWARFPropertiesGen)
5 lldb_tablegen(SymbolFileDWARFPropertiesEnum.inc -gen-lldb-property-enum-defs
6 SOURCE SymbolFileDWARFProperties.td
7 TARGET LLDBPluginSymbolFileDWARFPropertiesEnumGen)
9 add_lldb_library(lldbPluginSymbolFileDWARF PLUGIN
11 DebugNamesDWARFIndex.cpp
14 DWARFASTParserClang.cpp
19 DWARFDataExtractor.cpp
22 DWARFDebugInfoEntry.cpp
35 SymbolFileDWARFDwo.cpp
36 SymbolFileDWARFDebugMap.cpp
37 UniqueDWARFASTType.cpp
48 lldbPluginObjCLanguage
49 lldbPluginCPlusPlusLanguage
50 lldbPluginExpressionParserClang
51 lldbPluginTypeSystemClang
60 add_dependencies(lldbPluginSymbolFileDWARF
61 LLDBPluginSymbolFileDWARFPropertiesGen
62 LLDBPluginSymbolFileDWARFPropertiesEnumGen)