This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c844b463763 gn build: Add build files for compiler-rt/lib/{hwasan,inter [...] new b2800c91d94 [SanitizerCoverage] Don't create comdat for interposable fu [...] new c61ff3fc409 gn build: Move target flags from toolchain to a .gni file.
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: .../Instrumentation/SanitizerCoverage.cpp | 2 +- .../interposable-symbol-nocomdat.ll | 37 +++++++++++++++++++++ utils/gn/build/BUILD.gn | 8 ++++- utils/gn/build/toolchain/BUILD.gn | 38 ++++++---------------- utils/gn/build/toolchain/compiler.gni | 3 ++ utils/gn/build/toolchain/target_flags.gni | 34 +++++++++++++++++++ 6 files changed, 92 insertions(+), 30 deletions(-) create mode 100644 test/Instrumentation/SanitizerCoverage/interposable-symbol-nocomdat.ll create mode 100644 utils/gn/build/toolchain/target_flags.gni