This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0917b6d8c8 [clang-import-test] Run clang-format, NFC new 19347d7065 Recommit r324107 again.
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: lib/CodeGen/CGDecl.cpp | 3 +- lib/CodeGen/CGVTT.cpp | 2 +- lib/CodeGen/CGVTables.cpp | 4 +- lib/CodeGen/CodeGenModule.cpp | 67 +++++++++++++++++++++++++--- lib/CodeGen/CodeGenModule.h | 4 ++ lib/CodeGen/ItaniumCXXABI.cpp | 8 +++- test/CodeGen/dso-local-executable.c | 59 ++++++++++++++++++++++++ test/CodeGen/mbackchain-2.c | 2 +- test/CodeGen/mbackchain-3.c | 2 +- test/CodeGen/mips-vector-return.c | 6 +-- test/CodeGen/split-stacks.c | 10 ++--- test/CodeGenCXX/debug-info-static-member.cpp | 6 +-- test/CodeGenCXX/debug-info-template.cpp | 6 +-- test/CodeGenCXX/dso-local-executable.cpp | 62 +++++++++++++++++++++++++ test/CodeGenCXX/float16-declarations.cpp | 22 ++++----- test/CodeGenCXX/split-stacks.cpp | 12 ++--- test/Driver/lanai-unknown-unknown.cpp | 14 +++--- test/Driver/le32-unknown-nacl.cpp | 20 ++++----- test/Driver/le64-unknown-unknown.cpp | 20 ++++----- test/Driver/riscv32-toolchain.c | 50 ++++++++++----------- test/Driver/riscv64-toolchain.c | 52 ++++++++++----------- test/Frontend/ast-codegen.c | 4 +- 22 files changed, 311 insertions(+), 124 deletions(-) create mode 100644 test/CodeGen/dso-local-executable.c create mode 100644 test/CodeGenCXX/dso-local-executable.cpp