[PATCH] D115872: [Dexter] Remove the Windows dependency on lld from CMake

Orlando Cazalet-Hyams via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 16 05:49:17 PST 2021


Orlando added a comment.

Thanks @jhenderson.



================
Comment at: cross-project-tests/lit.cfg.py:147-151
+# Check which debuggers are available:
+lldb_path = llvm_config.use_llvm_tool('lldb', search_env='LLDB')
+
+if lldb_path is not None:
+    config.available_features.add('lldb')
----------------
These lines are repeated earlier so have been removed from my commit.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115872/new/

https://reviews.llvm.org/D115872



More information about the llvm-commits mailing list