Sign in
llvm
/
lldb
/
c302ff31dafa5b645899fcd2f2173d11f3264fc9
/
.
/
source
/
Plugins
/
InstrumentationRuntime
/
TSan
/
CMakeLists.txt
blob: 4dcd34131b8eb32da5733dd7450a71de4c8328fd [
file
]
add_lldb_library(lldbPluginInstrumentationRuntimeTSan PLUGIN
TSanRuntime.cpp
LINK_LIBS
lldbBreakpoint
lldbCore
lldbExpression
lldbInterpreter
lldbSymbol
lldbTarget
lldbPluginProcessUtility
)