[Lldb-commits] [lldb] [lldb][docs] Added LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS for macOS configuration (PR #130381)
Julius Alexandre via lldb-commits
lldb-commits at lists.llvm.org
Sat Mar 8 13:18:39 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.
----------------
wizardengineer wrote:
done :)
https://github.com/llvm/llvm-project/pull/130381
More information about the lldb-commits
mailing list