This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c7e0e274239 gn build: Merge r351216, r351228. new c844b463763 gn build: Add build files for compiler-rt/lib/{hwasan,inter [...]
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/build/BUILD.gn | 9 ++ utils/gn/secondary/BUILD.gn | 7 +- utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn | 107 +++++++++++++++++++++ .../compiler-rt/lib/interception/BUILD.gn | 13 +++ .../compiler-rt/lib/sanitizer_common/BUILD.gn | 70 ++++++++++++++ utils/gn/secondary/compiler-rt/lib/ubsan/BUILD.gn | 30 ++++++ 6 files changed, 235 insertions(+), 1 deletion(-) create mode 100644 utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn create mode 100644 utils/gn/secondary/compiler-rt/lib/interception/BUILD.gn create mode 100644 utils/gn/secondary/compiler-rt/lib/sanitizer_common/BUILD.gn create mode 100644 utils/gn/secondary/compiler-rt/lib/ubsan/BUILD.gn