[PATCH] D155789: [Support] Implement LLVM_ENABLE_REVERSE_ITERATION for StringMap

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 26 12:01:44 PDT 2023


dblaikie added inline comments.


================
Comment at: llvm/test/ExecutionEngine/RuntimeDyld/ARM/MachO_ARM_PIC_relocations.s:1
+# UNSUPPORTED: reverse_iteration
 # RUN: rm -rf %t && mkdir -p %t
----------------
MaskRay wrote:
> dblaikie wrote:
> > Got bugs/outstanding reviews tracking these issues?
> Filed https://github.com/llvm/llvm-project/issues/64085  Only 2 tests need to be fixed :)
Would've thought it'd be better/easier to wait to fix 2 tests than to commit this with these additional `UNSPPORTED`s and then remove them, etc. But ah well.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155789/new/

https://reviews.llvm.org/D155789



More information about the llvm-commits mailing list