Skip to content

Commit 9647b47

Browse files
committed
Prioritize lldb-22
1 parent 0774a0b commit 9647b47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IDEHelper/CMakeLists.txt

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

185185
if(UNIX AND NOT APPLE)
186186
find_path(LLDB_INCLUDE_DIR lldb/API/LLDB.h HINTS ${LLVM_INCLUDE_DIRS})
187-
find_library(LLDB_LIBRARY NAMES lldb liblldb lldb-22 liblldb-22 HINTS ${LLVM_LIBRARY_DIRS})
187+
find_library(LLDB_LIBRARY NAMES lldb-22 liblldb-22 lldb liblldb HINTS ${LLVM_LIBRARY_DIRS})
188188

189189
if (LLDB_INCLUDE_DIR AND LLDB_LIBRARY)
190190
message(STATUS "Found LLDB: ${LLDB_LIBRARY}")

0 commit comments

Comments
 (0)