Make test more lenient for custom clang version strings
[llvm-project.git] / lldb / source / Plugins / UnwindAssembly / InstEmulation / CMakeLists.txt
blob7b7fd721f8505c502d33fd77d1a765581977f3be
1 add_lldb_library(lldbPluginUnwindAssemblyInstEmulation PLUGIN
2   UnwindAssemblyInstEmulation.cpp
4   LINK_LIBS
5     lldbCore
6     lldbSymbol
7     lldbTarget
8   )