================
@@ -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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to