[Lldb-commits] [PATCH] D61533: Make lldb-mi optional and change how we deal with missing tools in lit
Davide Italiano via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri May 3 13:29:34 PDT 2019
davide added inline comments.
================
Comment at: lldb/lit/tools/lldb-instr/lit.local.cfg:1
-import sys
-
-if not config.have_lldb_instr:
+if not "lldb-inst" in config.available_features:
config.unsupported = True
----------------
lldb-instr.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61533/new/
https://reviews.llvm.org/D61533
More information about the lldb-commits
mailing list