[Lldb-commits] [lldb] [lldb][docs] Added LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS for macOS configuration (PR #130381)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Sat Mar 8 09:08:43 PST 2025
================
@@ -340,7 +340,8 @@ On macOS the LLDB test suite requires libc++. Either add
code-signed with identity ``lldb_codesign`` (see :ref:`CodeSigning`).
* ``LLDB_USE_SYSTEM_DEBUGSERVER:BOOL``: Use the system's debugserver, so lldb is
functional without setting up code-signing.
-
+* ``LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS:BOOL``: This helps with determining missing
+ packages or modules at configuration time.
----------------
JDevlieghere wrote:
The descriptions above all use the imperative mood, let's do the same here:
```suggestion
* ``LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS:BOOL``: Detect missing packages or modules at configuration time.
```
https://github.com/llvm/llvm-project/pull/130381
More information about the lldb-commits
mailing list