This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 28b790b5e1 [Clang] Rename -split-dwarf-file to -split-dwarf-output new 2d7c0e6317 [Clang] Harmonize Split DWARF options with llc
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/CodeGenOptions.h | 7 +++++-- include/clang/Driver/CC1Options.td | 2 ++ lib/CodeGen/BackendUtil.cpp | 5 +++-- lib/CodeGen/CGDebugInfo.cpp | 2 +- lib/Driver/ToolChains/Clang.cpp | 9 ++++++--- lib/Frontend/CompilerInvocation.cpp | 1 + test/CodeGen/split-debug-filename.c | 6 +++--- test/CodeGen/split-debug-output.c | 7 +++++++ test/CodeGen/split-debug-single-file.c | 8 ++++---- test/CodeGen/thinlto-split-dwarf.c | 12 +++++++----- test/Driver/split-debug.c | 16 ++++++++++++---- 11 files changed, 51 insertions(+), 24 deletions(-) create mode 100644 test/CodeGen/split-debug-output.c