This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested in repository toolchain/llvm/clang.
from 5656fe0aab [InstrProf] Use atomic profile counter updates for TSan adds 1d9326169c Relax a CHECK line to allow for dso_local adds 18639d8d29 Disable pubnames in NVPTX debug info using metadata adds fe627efb7d [hexagon] restore -fuse-cxa-atexit by default adds 55ead9f6f6 [NFC] Some small test updates for Implicit Conversion sanitizer.
No new revisions were added by this update.
Summary of changes: lib/CodeGen/CGDebugInfo.cpp | 7 +- lib/Driver/ToolChains/Clang.cpp | 1 - .../catch-implicit-integer-conversions-basics.c | 131 +++++++++++++++++++++ .../catch-implicit-integer-truncations-basics.c | 131 +++++++++++++++++++++ test/CodeGen/catch-implicit-integer-truncations.c | 72 ++++------- test/CodeGen/debug-nvptx.c | 6 + test/CodeGen/tsan-instrprof-atomic.c | 2 +- test/Driver/cxa-atexit.cpp | 2 +- 8 files changed, 301 insertions(+), 51 deletions(-) create mode 100644 test/CodeGen/catch-implicit-integer-conversions-basics.c create mode 100644 test/CodeGen/catch-implicit-integer-truncations-basics.c create mode 100644 test/CodeGen/debug-nvptx.c