[all-commits] [llvm/llvm-project] b65d4b: [lldb/DWARF] Look for complete array element defin...

Pavel Labath via All-commits all-commits at lists.llvm.org
Mon Jul 6 01:21:56 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b65d4b23f6dd4da4277acbf2bb912becce4f8a57
      https://github.com/llvm/llvm-project/commit/b65d4b23f6dd4da4277acbf2bb912becce4f8a57
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2020-07-06 (Mon, 06 Jul 2020)

  Changed paths:
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
    M lldb/test/API/functionalities/limit-debug-info/TestLimitDebugInfo.py
    M lldb/test/API/functionalities/limit-debug-info/main.cpp
    M lldb/test/API/functionalities/limit-debug-info/one.cpp
    M lldb/test/API/functionalities/limit-debug-info/onetwo.h
    M lldb/test/API/functionalities/limit-debug-info/two.cpp

  Log Message:
  -----------
  [lldb/DWARF] Look for complete array element definitions in other modules

This applies the same logic we have for incomplete class bases and
members to array element types.




More information about the All-commits mailing list