[LoongArch][Clang] Make the parameters and return value of {x,}vorn.v builti ns ...
[llvm-project.git] / lldb / source / Plugins / InstrumentationRuntime / ASanLibsanitizers / CMakeLists.txt
blob382e38e52ae199c8e703443dea7a6b1528ef80e2
1 add_lldb_library(lldbPluginInstrumentationRuntimeASanLibsanitizers PLUGIN
2   InstrumentationRuntimeASanLibsanitizers.cpp
4   LINK_LIBS
5     lldbBreakpoint
6     lldbCore
7     lldbSymbol
8     lldbTarget
9     lldbPluginInstrumentationRuntimeUtility
10   )