[all-commits] [llvm/llvm-project] 736273: DebugInfo: Do not create a debug_macinfo section i...

David Blaikie via All-commits all-commits at lists.llvm.org
Fri Nov 8 15:30:20 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 736273c7fe3e88baf548cd555f21eb123f81381d
      https://github.com/llvm/llvm-project/commit/736273c7fe3e88baf548cd555f21eb123f81381d
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
    M llvm/test/DebugInfo/NVPTX/cu-range-hole.ll
    M llvm/test/DebugInfo/NVPTX/debug-addr-class.ll
    M llvm/test/DebugInfo/NVPTX/debug-file-loc.ll
    M llvm/test/DebugInfo/NVPTX/debug-info.ll
    M llvm/test/DebugInfo/NVPTX/debug-loc-offset.ll
    M llvm/test/DebugInfo/RISCV/dwarf-riscv-relocs.ll
    M llvm/test/DebugInfo/X86/empty_macinfo.ll
    M llvm/test/DebugInfo/X86/length_symbol_difference.ll
    M llvm/test/MC/WebAssembly/debug-info.ll

  Log Message:
  -----------
  DebugInfo: Do not create a debug_macinfo section if no CUs have associated macros

Patch based on Sourabh Singh's D69839 patch.




More information about the All-commits mailing list