llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/CMakeLists.txt

add_lldb_library(lldbPluginInstrumentationRuntimeTSan PLUGIN
  InstrumentationRuntimeTSan.cpp

  LINK_LIBS
    lldbBreakpoint
    lldbCore
    lldbExpression
    lldbInterpreter
    lldbSymbol
    lldbTarget
    lldbPluginProcessUtility
  )