Skip to content

Commit 6abc387

Browse files
committed
Revert "Fix the EditLine unittest build on Darwin after PR 92865"
This reverts commit 0380044. While I figure out some mysterious CMake error.
1 parent f9672cb commit 6abc387

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

lldb/unittests/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,11 @@ if (NOT CMAKE_SYSTEM_NAME MATCHES "Windows")
5151
# FIXME: APITests.exe is not a valid googletest binary.
5252
add_subdirectory(API)
5353
endif()
54-
if (NOT CMAKE_SYSTEM_NAME MATCHES "Darwin" OR LLDB_ENABLE_CURSES)
55-
add_subdirectory(Editline)
56-
endif()
5754
add_subdirectory(Breakpoint)
5855
add_subdirectory(Core)
5956
add_subdirectory(DataFormatter)
6057
add_subdirectory(Disassembler)
58+
add_subdirectory(Editline)
6159
add_subdirectory(Expression)
6260
add_subdirectory(Host)
6361
add_subdirectory(Interpreter)

lldb/unittests/Editline/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ add_lldb_unittest(EditlineTests
55
lldbHost
66
lldbUtility
77
LLVMTestingSupport
8-
${CURSES_LIBRARIES}
98
)

0 commit comments

Comments
 (0)