[all-commits] [llvm/llvm-project] 14aa3f: Use llvm::VersionTuple to store DWARF producer inf...

adrian-prantl via All-commits all-commits at lists.llvm.org
Wed Oct 6 14:56:37 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 14aa3f3703b54854dcd5aa270f68515388420e6f
      https://github.com/llvm/llvm-project/commit/14aa3f3703b54854dcd5aa270f68515388420e6f
  Author: Adrian Prantl <aprantl at apple.com>
  Date:   2021-10-06 (Wed, 06 Oct 2021)

  Changed paths:
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
    M lldb/unittests/SymbolFile/DWARF/DWARFUnitTest.cpp

  Log Message:
  -----------
  Use llvm::VersionTuple to store DWARF producer info (NFC)

This has the nice side-effect that it can actually store the quadruple version numbers that Apple's tools are using nowadays.

rdar://82982162

Differential Revision: https://reviews.llvm.org/D111200


  Commit: 2edb9058ea635f950f67bf7cb52f76588d362dfc
      https://github.com/llvm/llvm-project/commit/2edb9058ea635f950f67bf7cb52f76588d362dfc
  Author: Adrian Prantl <aprantl at apple.com>
  Date:   2021-10-06 (Wed, 06 Oct 2021)

  Changed paths:
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp

  Log Message:
  -----------
  Simplify control flow (NFC)


  Commit: 8c5f3348af38843b5f0ca13e82cc285af4e3582d
      https://github.com/llvm/llvm-project/commit/8c5f3348af38843b5f0ca13e82cc285af4e3582d
  Author: Adrian Prantl <aprantl at apple.com>
  Date:   2021-10-06 (Wed, 06 Oct 2021)

  Changed paths:
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
    M lldb/unittests/SymbolFile/DWARF/DWARFUnitTest.cpp

  Log Message:
  -----------
  Add a unit test for llvm-gcc producer strings and cleanup code. (NFC)


Compare: https://github.com/llvm/llvm-project/compare/58b68e70ebf6...8c5f3348af38


More information about the All-commits mailing list