[all-commits] [llvm/llvm-project] 8bba3f: [ORC] Stabilize output stream order

Fangrui Song via All-commits all-commits at lists.llvm.org
Sat Jul 22 09:52:27 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8bba3f0edbd0e0af03836a2da1cca9f0138e7e01
      https://github.com/llvm/llvm-project/commit/8bba3f0edbd0e0af03836a2da1cca9f0138e7e01
  Author: Fangrui Song <i at maskray.me>
  Date:   2023-07-22 (Sat, 22 Jul 2023)

  Changed paths:
    M llvm/lib/ExecutionEngine/Orc/DebugUtils.cpp

  Log Message:
  -----------
  [ORC] Stabilize output stream order

It currently depends on the StringMap iteration order, which is not
guaranteed to be deterministic. Use MapVector to stabilize the order.




More information about the All-commits mailing list