[all-commits] [llvm/llvm-project] 038004: Fix the EditLine unittest build on Darwin after PR...
jimingham via All-commits
all-commits at lists.llvm.org
Tue May 28 17:49:50 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0380044e16a1c016e001a56c0ca7f4db649a6cae
https://github.com/llvm/llvm-project/commit/0380044e16a1c016e001a56c0ca7f4db649a6cae
Author: Jim Ingham <jingham at apple.com>
Date: 2024-05-28 (Tue, 28 May 2024)
Changed paths:
M lldb/unittests/CMakeLists.txt
M lldb/unittests/Editline/CMakeLists.txt
Log Message:
-----------
Fix the EditLine unittest build on Darwin after PR 92865
There was a Darwin only use of setupterm (under USE_SETUPTERM_WORKAROUND)
that required libcurses.dylib. That was added to the main build, but
not to the unittest.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list