Skip to content

Commit 85c9e87

Browse files
fix placement and text
1 parent 3a8005b commit 85c9e87

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lldb/docs/resources/build.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +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-
* ``LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS:BOOL``: This helps with determining missing
344-
packages or modules at configuration time.
343+
* ``LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS:BOOL``: Detect missing packages or modules at configuration time.
345344

346345
.. _CMakeCaches:
347346

@@ -372,7 +371,6 @@ LLVM <https://llvm.org/docs/BuildingADistribution.html>`_):
372371
-C /path/to/llvm-project/lldb/cmake/caches/Apple-lldb-macOS.cmake \
373372
-DLLVM_ENABLE_PROJECTS="clang;lldb" \
374373
-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" \
375-
-DLLDB_ENFORCE_STRICT_TEST_REQUIREMENTS=ON \
376374
llvm-project/llvm
377375

378376
$ DESTDIR=/path/to/lldb-install ninja -C /path/to/lldb-build check-lldb install-distribution
@@ -389,7 +387,6 @@ Build LLDB standalone for development with Xcode:
389387
-C /path/to/llvm-project/lldb/cmake/caches/Apple-lldb-base.cmake \
390388
-DLLVM_ENABLE_PROJECTS="clang" \
391389
-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" \
392-
-DLLDB_ENFORCE_STRICT_TEST_REQUIREMENTS=ON \
393390
llvm-project/llvm
394391
$ ninja -C /path/to/llvm-build
395392

0 commit comments

Comments
 (0)