[Lldb-commits] [PATCH] D60780: [tools] Only build lldb-instr and lldb-vscode if asked.

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 16 10:23:37 PDT 2019


JDevlieghere requested changes to this revision.
JDevlieghere added a comment.
This revision now requires changes to proceed.

We need to define these variables in the cache and make sure the test suite knows about them.

For lldb-instr for example, which lives in lit/tools/lldb-instr, you'd have to configure `lit.site.cfg.py.in` to know about wheter it's enabled or not (for example `config.have_lldb_instr`) and then check for this configuration variable in the lit.site.cfg in the lldb-instr test dir.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60780





More information about the lldb-commits mailing list