Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit c50b6ae

Browse files
author
Mike McLaughlin
authored
Fix lldbplugin to properly build with lldb 3.9. (#11480)
1 parent b1e4097 commit c50b6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ToolBox/SOS/lldbplugin/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ endif()
5656

5757
# Check for LLDB library
5858
find_library(LLDB NAMES LLDB lldb lldb-4.0 lldb-3.9 lldb-3.8 lldb-3.7 lldb-3.6 lldb-3.5 PATHS "${WITH_LLDB_LIBS}" PATH_SUFFIXES llvm NO_DEFAULT_PATH)
59-
find_library(LLDB NAMES LLDB lldb lldb-4.0 lldb-3.8 lldb-3.7 lldb-3.6 lldb-3.5 PATH_SUFFIXES llvm)
59+
find_library(LLDB NAMES LLDB lldb lldb-4.0 lldb-3.9 lldb-3.8 lldb-3.7 lldb-3.6 lldb-3.5 PATH_SUFFIXES llvm)
6060
if(LLDB STREQUAL LLDB-NOTFOUND)
6161
if(REQUIRE_LLDBPLUGIN)
6262
set(MESSAGE_MODE FATAL_ERROR)

0 commit comments

Comments
 (0)