[all-commits] [llvm/llvm-project] 425c6f: [llvm/Object] Reimplment basic_symbol_iterator in ...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri Jun 12 00:04:08 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 425c6f079b9c7a2b70407843e89eb67a7b32032d
      https://github.com/llvm/llvm-project/commit/425c6f079b9c7a2b70407843e89eb67a7b32032d
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-06-12 (Fri, 12 Jun 2020)

  Changed paths:
    M llvm/lib/Object/TapiFile.cpp

  Log Message:
  -----------
  [llvm/Object] Reimplment basic_symbol_iterator in TapiFile

Use indices into the Symbols vector instead of casting the objects in
the vector and dereferencing std::vector::end().

This change is NFC modulo the Windows failure reported by
llvm-clang-x86_64-expensive-checks-win.

Differential revision: https://reviews.llvm.org/D81717




More information about the All-commits mailing list