This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 17177f1518b [SystemZ] Make better use of VLLEZ new 12840a3e14d [gn build] Add build files for clang/lib/Lex and clang/lib/AST new bc1c22befe4 [gn build] Add build files for clang/lib/{Analysis,Edit,Sema}
The 2 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 | 5 + .../gn/secondary/clang/include/clang/AST/BUILD.gn | 79 ++++++++++++++++ .../gn/secondary/clang/include/clang/Sema/BUILD.gn | 46 ++++++++++ utils/gn/secondary/clang/lib/AST/BUILD.gn | 101 +++++++++++++++++++++ utils/gn/secondary/clang/lib/Analysis/BUILD.gn | 36 ++++++++ utils/gn/secondary/clang/lib/Edit/BUILD.gn | 15 +++ utils/gn/secondary/clang/lib/Lex/BUILD.gn | 31 +++++++ utils/gn/secondary/clang/lib/Sema/BUILD.gn | 66 ++++++++++++++ utils/gn/secondary/llvm/tools/llvm-config/BUILD.gn | 6 +- 9 files changed, 384 insertions(+), 1 deletion(-) create mode 100644 utils/gn/secondary/clang/include/clang/AST/BUILD.gn create mode 100644 utils/gn/secondary/clang/include/clang/Sema/BUILD.gn create mode 100644 utils/gn/secondary/clang/lib/AST/BUILD.gn create mode 100644 utils/gn/secondary/clang/lib/Analysis/BUILD.gn create mode 100644 utils/gn/secondary/clang/lib/Edit/BUILD.gn create mode 100644 utils/gn/secondary/clang/lib/Lex/BUILD.gn create mode 100644 utils/gn/secondary/clang/lib/Sema/BUILD.gn