mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 02:16:07 +00:00

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