fdeazeve added inline comments.
================ Comment at: lldb/test/API/lit.cfg.py:176 if platform.system() != 'Windows': - if is_configured('llvm_include_dir') and is_configured('llvm_libs_dir'): - dotest_cmd += ['--libcxx-include-dir', os.path.join(config.llvm_include_dir, 'c++', 'v1')] - dotest_cmd += ['--libcxx-library-dir', config.llvm_libs_dir] + if is_configured('libcxx_include_dir') and is_configured('libcxx_libs_dir'): + dotest_cmd += ['--libcxx-include-dir', config.libcxx_include_dir] ---------------- Isn't this always going to return true? (same for `is_configured (libcxx_include_target_dir)`). `is_configured` returns the empty string when the CMake variables are empty, and the empty string converts to True Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D133973/new/ https://reviews.llvm.org/D133973 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits