diff --git a/lldb/source/Core/CMakeLists.txt b/lldb/source/Core/CMakeLists.txt --- a/lldb/source/Core/CMakeLists.txt +++ b/lldb/source/Core/CMakeLists.txt @@ -96,7 +96,7 @@ # Needed to properly resolve references in a debug build. # TODO: Remove once we have better layering -set_target_properties(lldbCore PROPERTIES LINK_INTERFACE_MULTIPLICITY 4) +set_target_properties(lldbCore PROPERTIES LINK_INTERFACE_MULTIPLICITY 5) if (LLDB_ENABLE_LIBEDIT) target_include_directories(lldbCore PRIVATE ${LibEdit_INCLUDE_DIRS})