14 lines · plain
1add_lldb_library(lldbPluginInstrumentationRuntimeTSan PLUGIN2 InstrumentationRuntimeTSan.cpp3 4 LINK_LIBS5 lldbBreakpoint6 lldbCore7 lldbExpression8 lldbInterpreter9 lldbSymbol10 lldbTarget11 lldbValueObject12 lldbPluginProcessUtility13 )14