[Lldb-commits] [lldb] [lldb][CMake] Don't condition libc++ requirement on LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS (PR #175955)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 16 08:30:40 PST 2026


Michael137 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`).

Good idea. For now I'll just treat this as a revert. We can consider this as a follow-up. Especially if we start adding more test requirements

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


More information about the lldb-commits mailing list