This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0743501077 Import lit.llvm after rC341132 new 3413bef1da [DEBUGINFO] Add support for emission of the debug directives only.
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: include/clang/Basic/DebugInfoOptions.h | 1 + include/clang/Driver/Options.td | 2 ++ lib/CodeGen/CGDebugInfo.cpp | 3 ++ lib/Driver/ToolChains/Clang.cpp | 15 ++++++++-- lib/Frontend/CompilerInvocation.cpp | 1 + test/CodeGen/debug-info-gline-tables-only.c | 3 +- test/CodeGen/debug-info-gline-tables-only2.c | 3 +- test/CodeGen/debug-info-line.c | 1 + test/CodeGen/debug-info-macro.c | 1 + test/CodeGen/debug-info-scope.c | 1 + test/CodeGen/lifetime-debuginfo-1.c | 1 + test/CodeGen/lifetime-debuginfo-2.c | 1 + test/CodeGenCXX/crash.cpp | 1 + test/CodeGenCXX/debug-info-blocks.cpp | 5 ++-- test/CodeGenCXX/debug-info-gline-tables-only.cpp | 3 +- test/CodeGenCXX/debug-info-line.cpp | 2 ++ test/CodeGenCXX/debug-info-ms-dtor-thunks.cpp | 1 + test/CodeGenCXX/debug-info-namespace.cpp | 5 ++++ ...debug-info-template-explicit-specialization.cpp | 3 +- test/CodeGenCXX/debug-info-windows-dtor.cpp | 1 + test/CodeGenCXX/linetable-virtual-variadic.cpp | 1 + test/CodeGenObjCXX/debug-info-line.mm | 1 + test/CodeGenObjCXX/pr14474-gline-tables-only.mm | 2 ++ test/Driver/debug-options.c | 35 ++++++++++++++++++++++ 24 files changed, 85 insertions(+), 8 deletions(-)