Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / source / Plugins / StructuredData / DarwinLog / CMakeLists.txt
blob7d1d03fe908fa3b7fde521ccfc5518b291a966a0
1 lldb_tablegen(StructuredDataDarwinLogProperties.inc -gen-lldb-property-defs
2   SOURCE StructuredDataDarwinLogProperties.td
3   TARGET LLDBPluginStructuredDataDarwinLogPropertiesGen)
5 lldb_tablegen(StructuredDataDarwinLogPropertiesEnum.inc -gen-lldb-property-enum-defs
6   SOURCE StructuredDataDarwinLogProperties.td
7   TARGET LLDBPluginStructuredDataDarwinLogPropertiesEnumGen)
9 add_lldb_library(lldbPluginStructuredDataDarwinLog PLUGIN
10   StructuredDataDarwinLog.cpp
12   LINK_LIBS
13     lldbBreakpoint
14     lldbCore
15     lldbHost
16     lldbInterpreter
17     lldbTarget
18   )
20 add_dependencies(lldbPluginStructuredDataDarwinLog
21   LLDBPluginStructuredDataDarwinLogPropertiesGen
22   LLDBPluginStructuredDataDarwinLogPropertiesEnumGen)