This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from cf3546e69e [CodeGen][DebugInfo] Refactor duplicated code, NFC new 7fab66ed2f [DebugInfo] Support DWARF v5 source code embedding extension
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: docs/ClangCommandLineReference.rst | 4 ++++ include/clang/Driver/Options.td | 5 +++++ include/clang/Frontend/CodeGenOptions.def | 3 +++ lib/CodeGen/CGDebugInfo.cpp | 29 ++++++++++++++++++++++----- lib/CodeGen/CGDebugInfo.h | 3 +++ lib/Driver/ToolChains/AMDGPU.h | 2 +- lib/Driver/ToolChains/Clang.cpp | 12 +++++++++++ lib/Frontend/CompilerInvocation.cpp | 1 + test/CodeGen/Inputs/debug-info-embed-source.c | 1 + test/CodeGen/debug-info-embed-source.c | 5 +++++ test/Driver/amdgpu-toolchain.c | 2 +- test/Driver/debug-options.c | 10 +++++++++ 12 files changed, 70 insertions(+), 7 deletions(-) create mode 100644 test/CodeGen/Inputs/debug-info-embed-source.c create mode 100644 test/CodeGen/debug-info-embed-source.c