[LoongArch][Clang] Make the parameters and return value of {x,}vorn.v builti ns ...
[llvm-project.git] / lldb / source / Plugins / InstrumentationRuntime / TSan / CMakeLists.txt
blob673e75fa2faf22cb15c1d719170558d373799a06
1 add_lldb_library(lldbPluginInstrumentationRuntimeTSan PLUGIN
2   InstrumentationRuntimeTSan.cpp
4   LINK_LIBS
5     lldbBreakpoint
6     lldbCore
7     lldbExpression
8     lldbInterpreter
9     lldbSymbol
10     lldbTarget
11     lldbValueObject
12     lldbPluginProcessUtility
13   )