[all-commits] [llvm/llvm-project] 42465f: DebugInfo: (NFC) Refactor DWARF version calculatio...

David Blaikie via All-commits all-commits at lists.llvm.org
Fri Nov 1 14:56:50 PDT 2019


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

  Changed paths:
    M clang/lib/Driver/ToolChains/Clang.cpp

  Log Message:
  -----------
  DebugInfo: (NFC) Refactor DWARF version calculation to make a future change (-fdebug-default-version) easier


  Commit: 89b7f16204afa25325c28edeaa9973853f2e6796
      https://github.com/llvm/llvm-project/commit/89b7f16204afa25325c28edeaa9973853f2e6796
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2019-11-01 (Fri, 01 Nov 2019)

  Changed paths:
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h

  Log Message:
  -----------
  DebugInfo: Streamline debug_ranges/rnglists/rnglists.dwo emission code

More code reuse, better basis for modelling
debug_loc/loclists/loclists.dwo emission support.


Compare: https://github.com/llvm/llvm-project/compare/96bb07662104...89b7f16204af


More information about the All-commits mailing list