[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:13:31 PST 2025


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

Ah I see, that makes sense. The idea behind adding the `LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS` in `build.rst` was to help subside issues with certain test suites. After reading what you said, I think it might be beneficial to at least add it as an option? Rather than making it a default like you said.

I'll make sure to remove it.

https://github.com/llvm/llvm-project/pull/130381


More information about the lldb-commits mailing list