[Lldb-commits] [lldb] 5a285f2 - [LLDB] [doc] Remove note about libpanel(3) and NetBSD
Kamil Rytarowski via lldb-commits
lldb-commits at lists.llvm.org
Sun Feb 9 06:01:33 PST 2020
Author: Kamil Rytarowski
Date: 2020-02-09T15:01:17+01:00
New Revision: 5a285f207e109221572a0aabc83f2bce521322bd
URL: https://github.com/llvm/llvm-project/commit/5a285f207e109221572a0aabc83f2bce521322bd
DIFF: https://github.com/llvm/llvm-project/commit/5a285f207e109221572a0aabc83f2bce521322bd.diff
LOG: [LLDB] [doc] Remove note about libpanel(3) and NetBSD
libpanel(3) is now supported in all supported versions of NetBSD.
Added:
Modified:
lldb/docs/resources/build.rst
Removed:
################################################################################
diff --git a/lldb/docs/resources/build.rst b/lldb/docs/resources/build.rst
index 41586e22048d..285ea0144d90 100644
--- a/lldb/docs/resources/build.rst
+++ b/lldb/docs/resources/build.rst
@@ -286,14 +286,6 @@ the executable and the working directory to point to binaries inside of the
ninja tree.
-NetBSD
-^^^^^^
-
-Current stable NetBSD release doesn't ship with libpanel(3), therefore it's
-required to disable curses(3) support with the
-``-DLLDB_ENABLE_CURSES:BOOL=FALSE`` option. To make sure check if
-``/usr/include/panel.h`` exists in your system.
-
macOS
^^^^^
More information about the lldb-commits
mailing list