Skip to content

Commit 5757da1

Browse files
[lldb][docs] Added LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS for macOS configuration (llvm#130381)
Referenced here: llvm#130171 (comment) I think this will allow for issues relating towards missing modules for test suites to be more manageable. cc @adrian-prantl --------- Co-authored-by: medievalghoul <[email protected]>
1 parent 5c055cc commit 5757da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/docs/resources/build.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ On macOS the LLDB test suite requires libc++. Either add
340340
code-signed with identity ``lldb_codesign`` (see :ref:`CodeSigning`).
341341
* ``LLDB_USE_SYSTEM_DEBUGSERVER:BOOL``: Use the system's debugserver, so lldb is
342342
functional without setting up code-signing.
343-
343+
* ``LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS:BOOL``: Detect missing packages or modules at configuration time.
344344

345345
.. _CMakeCaches:
346346

0 commit comments

Comments
 (0)