[Lldb-commits] [lldb] Add a new SBExpressionOptions::SetLanguage() API (NFCI) (PR #89981)

Nico Weber via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 30 09:23:43 PDT 2024


nico wrote:

Thanks for the explanation! What kind of tool reads this file?

It's still weird to use tblgen to process non-td files imho. We have a bunch of places that run python scripts as part of the build (clang/utils/bundle_resources.py, clang/lib/Tooling/DumpTool/generate_cxx_src_locs.py, compiler-rt/lib/sanitizer_common/scripts/gen_dynamic_list.py, clang-tools-extra/clangd/quality/CompletionModelCodegen.py) – maybe that could work here?

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


More information about the lldb-commits mailing list