[all-commits] [llvm/llvm-project] e73186: [JITLink] Deterministic JITDylib symbol table dumps

Stefan Gränitz via All-commits all-commits at lists.llvm.org
Wed Mar 22 14:12:44 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e73186796db97633332434da69c4e9057e460a59
      https://github.com/llvm/llvm-project/commit/e73186796db97633332434da69c4e9057e460a59
  Author: Stefan Gränitz <stefan.graenitz at gmail.com>
  Date:   2023-03-22 (Wed, 22 Mar 2023)

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

  Log Message:
  -----------
  [JITLink] Deterministic JITDylib symbol table dumps

Sort symbols before dumping so we get a deterministic order and can check them in tests.

Reviewed By: lhames

Differential Revision: https://reviews.llvm.org/D146658




More information about the All-commits mailing list