This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ad4c822f93 Don't pass ForDefinition_t in places it is redundant. new 2f59b2a784 Recommit r324107. new 99f393caae Fix r324498: the commit removed the '-' before the disable-l [...]
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: lib/CodeGen/CGDecl.cpp | 3 +- lib/CodeGen/CGVTT.cpp | 2 +- lib/CodeGen/CGVTables.cpp | 4 +- lib/CodeGen/CodeGenModule.cpp | 66 +++++++++++++++++++++++++--- lib/CodeGen/CodeGenModule.h | 4 ++ lib/CodeGen/ItaniumCXXABI.cpp | 8 +++- lib/Driver/ToolChains/Clang.cpp | 2 +- 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 +- 23 files changed, 311 insertions(+), 125 deletions(-) create mode 100644 test/CodeGen/dso-local-executable.c create mode 100644 test/CodeGenCXX/dso-local-executable.cpp