]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/CMakeLists.txt
Merge llvm, clang, lld, lldb, compiler-rt and libc++ r306325, and update
[FreeBSD/FreeBSD.git] / contrib / llvm / tools / lldb / source / Plugins / InstrumentationRuntime / UBSan / CMakeLists.txt
1 add_lldb_library(lldbPluginInstrumentationRuntimeUBSan PLUGIN
2   UBSanRuntime.cpp
3
4   LINK_LIBS
5     lldbBreakpoint
6     lldbCore
7     lldbExpression
8     lldbInterpreter
9     lldbSymbol
10     lldbTarget
11   LINK_COMPONENTS
12     Support
13   )