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

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 24 13:55:51 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
----------------
Got bugs/outstanding reviews tracking these issues?


================
Comment at: llvm/utils/lit/lit/llvm/config.py:123-125
+        if getattr(config, "reverse_iteration", None):
+            features.add("reverse_iteration")
+
----------------
Do you plan to remove this feature in a fairly short time frame? Might be good to have a bug or review identifier here to track cleaning this up?


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