[all-commits] [llvm/llvm-project] 2d865c: unwind: EHABISectionIterator `operator!=`, constif...

Saleem Abdulrasool via All-commits all-commits at lists.llvm.org
Thu Jun 18 08:55:07 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2d865ccbd8c47fe94af04a6cffd02c45a24e2ffb
      https://github.com/llvm/llvm-project/commit/2d865ccbd8c47fe94af04a6cffd02c45a24e2ffb
  Author: Saleem Abdulrasool <compnerd at compnerd.org>
  Date:   2020-06-18 (Thu, 18 Jun 2020)

  Changed paths:
    M libunwind/src/UnwindCursor.hpp

  Log Message:
  -----------
  unwind: EHABISectionIterator `operator!=`, constify `operator-`

Add missing `operator!=` and make `operator-` const for
`EHABISectionIterator`.  This repairs the build of libunwind when
building with GCC.

Patch by Chad Duffin!

Reviewed By: compnerd, libunwind
Differential Revision: https://reviews.llvm.org/D81597




More information about the All-commits mailing list