[all-commits] [llvm/llvm-project] 0a5c26: DebugInfo: Simplified Template Names: drop unneede...

David Blaikie via All-commits all-commits at lists.llvm.org
Fri Nov 5 22:51:15 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0a5c26f2efa3fd57c5442acfebaaa2ba5382db0a
      https://github.com/llvm/llvm-project/commit/0a5c26f2efa3fd57c5442acfebaaa2ba5382db0a
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2021-11-05 (Fri, 05 Nov 2021)

  Changed paths:
    M cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/simplified_template_names.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
    M llvm/test/DebugInfo/X86/tu-to-non-named-type.ll
    M llvm/test/tools/llvm-dwarfdump/X86/prettyprint_types.s
    M llvm/test/tools/llvm-dwarfdump/X86/prettyprint_types_handcrafted.s
    M llvm/test/tools/llvm-dwarfdump/XCOFF/basic.test

  Log Message:
  -----------
  DebugInfo: Simplified Template Names: drop unneeded space in arrays

Matching a recent clang change I've made, now 'int[3]' is formatted
without the space between the type and array bound. This commit updates
libDebugInfoDWARF/llvm-dwarfdump to match that formatting.




More information about the All-commits mailing list