Sign in
llvm
/
llvm-project
/
1e8286467036d8ef1a972de723f805a4981b2692
/
.
/
lldb
/
source
/
Plugins
/
InstrumentationRuntime
/
ASan
/
CMakeLists.txt
blob: 0b29027018463fe0f5737b102574a76f6489576f [
file
] [
log
] [
blame
]
add_lldb_library(lldbPluginInstrumentationRuntimeASan PLUGIN
InstrumentationRuntimeASan.cpp
LINK_LIBS
lldbBreakpoint
lldbCore
lldbExpression
lldbInterpreter
lldbSymbol
lldbTarget
LINK_COMPONENTS
Support
)