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