[all-commits] [llvm/llvm-project] d9b962: Reland D73534: [DebugInfo] Enable the debug entry ...

Djordje Todorovic via All-commits all-commits at lists.llvm.org
Thu Mar 19 05:58:04 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d9b962100942c71a4c26debaa716f7ab0c4ea8a1
      https://github.com/llvm/llvm-project/commit/d9b962100942c71a4c26debaa716f7ab0c4ea8a1
  Author: Djordje Todorovic <djordje.todorovic at syrmia.com>
  Date:   2020-03-19 (Thu, 19 Mar 2020)

  Changed paths:
    M clang/include/clang/Basic/CodeGenOptions.def
    M clang/include/clang/Driver/CC1Options.td
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/test/CodeGen/debug-info-extern-call.c
    M clang/test/CodeGenCXX/dbg-info-all-calls-described.cpp
    M lldb/packages/Python/lldbsuite/test/decorators.py
    M lldb/test/API/functionalities/param_entry_vals/basic_entry_values_x86_64/Makefile
    M llvm/include/llvm/Target/TargetMachine.h
    M llvm/include/llvm/Target/TargetOptions.h
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
    M llvm/lib/CodeGen/CommandFlags.cpp
    M llvm/lib/CodeGen/LiveDebugValues.cpp
    M llvm/lib/CodeGen/TargetOptionsImpl.cpp
    M llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
    M llvm/lib/Target/ARM/ARMTargetMachine.cpp
    M llvm/lib/Target/X86/X86TargetMachine.cpp
    M llvm/test/CodeGen/MIR/Hexagon/bundled-call-site-info.mir
    M llvm/test/CodeGen/MIR/X86/call-site-info-error4.mir
    M llvm/test/CodeGen/X86/call-site-info-output.ll
    M llvm/test/DebugInfo/AArch64/dbgcall-site-float-entry-value.ll
    M llvm/test/DebugInfo/MIR/AArch64/dbgcall-site-orr-moves.mir
    M llvm/test/DebugInfo/MIR/ARM/call-site-info-vmovd.mir
    M llvm/test/DebugInfo/MIR/ARM/call-site-info-vmovs.mir
    M llvm/test/DebugInfo/MIR/ARM/dbgcall-site-propagated-value.mir
    M llvm/test/DebugInfo/MIR/Hexagon/dbgcall-site-instr-before-bundled-call.mir
    M llvm/test/DebugInfo/MIR/Hexagon/live-debug-values-bundled-entry-values.mir
    M llvm/test/DebugInfo/MIR/SystemZ/call-site-lzer.mir
    M llvm/test/DebugInfo/MIR/X86/DW_OP_entry_value.mir
    M llvm/test/DebugInfo/MIR/X86/call-site-gnu-vs-dwarf5-attrs.mir
    M llvm/test/DebugInfo/MIR/X86/callsite-stack-value.mir
    M llvm/test/DebugInfo/MIR/X86/dbgcall-site-copy-super-sub.mir
    M llvm/test/DebugInfo/MIR/X86/dbgcall-site-interpretation.mir
    M llvm/test/DebugInfo/MIR/X86/dbgcall-site-lea-interpretation.mir
    M llvm/test/DebugInfo/MIR/X86/dbgcall-site-partial-describe.mir
    M llvm/test/DebugInfo/MIR/X86/dbgcall-site-reference.mir
    M llvm/test/DebugInfo/MIR/X86/dbgcall-site-reg-shuffle.mir
    M llvm/test/DebugInfo/MIR/X86/dbgcall-site-two-fwd-reg-defs.mir
    M llvm/test/DebugInfo/MIR/X86/dbginfo-entryvals.mir
    M llvm/test/DebugInfo/MIR/X86/debug-call-site-param.mir
    M llvm/test/DebugInfo/MIR/X86/entry-value-of-modified-param.mir
    M llvm/test/DebugInfo/MIR/X86/entry-values-diamond-bbs.mir
    M llvm/test/DebugInfo/MIR/X86/propagate-entry-value-cross-bbs.mir
    M llvm/test/DebugInfo/MIR/X86/unreachable-block-call-site.mir
    M llvm/test/DebugInfo/X86/dbg-value-range.ll
    M llvm/test/DebugInfo/X86/dbg-value-regmask-clobber.ll
    M llvm/test/DebugInfo/X86/dbgcall-site-64-bit-imms.ll
    M llvm/test/DebugInfo/X86/dbgcall-site-zero-valued-imms.ll
    M llvm/test/DebugInfo/X86/loclists-dwp.ll
    A llvm/test/DebugInfo/X86/no-entry-values-with-O0.ll
    M llvm/test/tools/llvm-locstats/locstats.ll

  Log Message:
  -----------
  Reland D73534: [DebugInfo] Enable the debug entry values feature by default

The issue that was causing the build failures was fixed with the D76164.




More information about the All-commits mailing list