[all-commits] [llvm/llvm-project] e376ce: [DWARFVerifier] Fix getNames return type mismatch
    Felipe de Azevedo Piovezan via All-commits 
    all-commits at lists.llvm.org
       
    Mon Aug 14 08:01:57 PDT 2023
    
    
  
  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e376ced67cc3703b6a7a4ce488fc05a18add3b25
      https://github.com/llvm/llvm-project/commit/e376ced67cc3703b6a7a4ce488fc05a18add3b25
  Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
  Date:   2023-08-14 (Mon, 14 Aug 2023)
  Changed paths:
    M llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
  Log Message:
  -----------
  [DWARFVerifier] Fix getNames return type mismatch
D155723 changed the return type of getNames to a SmallVector of a different
size. However, it failed to also update the declaration of the variable that is
returned in such function.
Differential Revision: https://reviews.llvm.org/D157881
    
    
More information about the All-commits
mailing list