[Lldb-commits] [PATCH] D110962: [lldb] Add unit tests for Terminal API

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 1 12:31:05 PDT 2021


mgorny added inline comments.


================
Comment at: lldb/unittests/Host/CMakeLists.txt:27
+if (LLDB_ENABLE_TERMIOS AND
+    CMAKE_SYSTEM_NAME MATCHES "Darwin|FreeBSD|Linux|NetBSD|OpenBSD")
+  list(APPEND FILES
----------------
FTR, I've tested it on FreeBSD and Linux so far. NetBSD in progress. Darwin and OpenBSD support is based on what I've found in gnulib but explicit testing would be helpful.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110962/new/

https://reviews.llvm.org/D110962



More information about the lldb-commits mailing list