[all-commits] [llvm/llvm-project] 1ea326: DebugInfo: Don't simplify template names using _Bi...
    David Blaikie via All-commits 
    all-commits at lists.llvm.org
       
    Tue Feb 15 11:59:01 PST 2022
    
    
  
  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1ea326634b582f5574e0b22b85e5b0c631b30dcf
      https://github.com/llvm/llvm-project/commit/1ea326634b582f5574e0b22b85e5b0c631b30dcf
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2022-02-15 (Tue, 15 Feb 2022)
  Changed paths:
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/test/CodeGenCXX/debug-info-simple-template-names.cpp
    M cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/simplified_template_names.cpp
  Log Message:
  -----------
  DebugInfo: Don't simplify template names using _BitInt(N)
_BitInt(N) only encodes the byte size in DWARF, not the bit size, so
can't be reconstituted.
  Commit: 9980a3f8318cbfe2305b4ffc58a7256da1a3891d
      https://github.com/llvm/llvm-project/commit/9980a3f8318cbfe2305b4ffc58a7256da1a3891d
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2022-02-15 (Tue, 15 Feb 2022)
  Changed paths:
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/test/CodeGenCXX/debug-info-simple-template-names.cpp
    M cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/simplified_template_names.cpp
  Log Message:
  -----------
  DebugInfo: Disable simplified template names for -gmlt and below
Since -gmlt doesn't carry any type information necessary to rebuild
template names.
Compare: https://github.com/llvm/llvm-project/compare/ae76fafc3f16...9980a3f8318c
    
    
More information about the All-commits
mailing list