[Lldb-commits] [lldb] [lldb][CMake] Don't condition libc++ requirement on LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS (PR #175955)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 14 08:29:38 PST 2026
JDevlieghere wrote:
Another option is to change `LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS` to an "enum" with values like `OFF`, `ERROR` (used by CI) and `WARN` (the default), similar to what we do for autodetecting dependencies (where the values are `ON`, `OFF` and `Auto`).
https://github.com/llvm/llvm-project/pull/175955
More information about the lldb-commits
mailing list