This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 99f393caae Fix r324498: the commit removed the '-' before the disable-l [...] new 8fb574345e Revert "Recommit r324107."
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 | 66 +++------------------------- 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, 124 insertions(+), 310 deletions(-) delete mode 100644 test/CodeGen/dso-local-executable.c delete mode 100644 test/CodeGenCXX/dso-local-executable.cpp