This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0e3399be408 [X86] Add avx512 scatter intrinsics that use a vXi1 mask in [...] new fa2027e6fbd gn build: Add check-hwasan target.
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 | 15 +--- utils/gn/secondary/compiler-rt/include/BUILD.gn | 26 ++++++ utils/gn/secondary/compiler-rt/lib/cfi/BUILD.gn | 10 +++ utils/gn/secondary/compiler-rt/test/BUILD.gn | 79 +++++++++++++++++ .../gn/secondary/compiler-rt/test/hwasan/BUILD.gn | 99 ++++++++++++++++++++++ utils/gn/secondary/compiler-rt/test/test.gni | 16 ++++ 6 files changed, 231 insertions(+), 14 deletions(-) create mode 100644 utils/gn/secondary/compiler-rt/include/BUILD.gn create mode 100644 utils/gn/secondary/compiler-rt/lib/cfi/BUILD.gn create mode 100644 utils/gn/secondary/compiler-rt/test/BUILD.gn create mode 100644 utils/gn/secondary/compiler-rt/test/hwasan/BUILD.gn create mode 100644 utils/gn/secondary/compiler-rt/test/test.gni