[all-commits] [llvm/llvm-project] 5c2451: DebugInfo: Use debug_line.dwo for debug_macro.dwo

David Blaikie via All-commits all-commits at lists.llvm.org
Wed Jul 22 14:07:11 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5c2451785dfe6d8a4448690cd1f1c247036bfca6
      https://github.com/llvm/llvm-project/commit/5c2451785dfe6d8a4448690cd1f1c247036bfca6
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2020-07-22 (Wed, 22 Jul 2020)

  Changed paths:
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
    M llvm/test/DebugInfo/X86/debug-macro-dwo.ll

  Log Message:
  -----------
  DebugInfo: Use debug_line.dwo for debug_macro.dwo

This is an alternative proposal to D81476 (and D82084) - the details were sufficiently confusing to me it seemed easier to write some code and see how it looks.

Reviewers: SouraVX

Differential Revision: https://reviews.llvm.org/D84278




More information about the All-commits mailing list