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