15 lines · plain
1add_lldb_library(lldbPluginInstrumentationRuntimeUBSan PLUGIN2 InstrumentationRuntimeUBSan.cpp3 4 LINK_COMPONENTS5 Support6 LINK_LIBS7 lldbBreakpoint8 lldbCore9 lldbExpression10 lldbInterpreter11 lldbSymbol12 lldbTarget13 lldbValueObject14 )15