This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4cf89de5612 [llvm-readobj] Change variable names to match LLVM-style. NFC. new 56e8d40dd05 gn build: Add check-clang-tools to run clang-tools-extra lit tests
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: utils/gn/secondary/BUILD.gn | 13 +-- .../clangd/indexer}/BUILD.gn | 9 +- utils/gn/secondary/clang-tools-extra/test/BUILD.gn | 120 +++++++++++++++++++++ .../test/clang_tools_extra_lit_site_cfg_files.gni | 4 + utils/gn/secondary/llvm/utils/llvm-lit/BUILD.gn | 9 ++ 5 files changed, 138 insertions(+), 17 deletions(-) copy utils/gn/secondary/{clang/unittests/Index => clang-tools-extra/clangd/indexer [...] create mode 100644 utils/gn/secondary/clang-tools-extra/test/BUILD.gn create mode 100644 utils/gn/secondary/clang-tools-extra/test/clang_tools_extra_lit [...]