[all-commits] [llvm/llvm-project] e5d062: [ORC] Preserve order of constructors with same pri...

Jonas Hahnfeld via All-commits all-commits at lists.llvm.org
Mon Jun 17 23:13:36 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e5d0627c5a78f8cf4ff79816547b528ec52d6590
      https://github.com/llvm/llvm-project/commit/e5d0627c5a78f8cf4ff79816547b528ec52d6590
  Author: Jonas Hahnfeld <jonas.hahnfeld at cern.ch>
  Date:   2024-06-18 (Tue, 18 Jun 2024)

  Changed paths:
    M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
    A llvm/test/ExecutionEngine/Orc/global-ctor-order.ll

  Log Message:
  -----------
  [ORC] Preserve order of constructors with same priority (#95532)

Constructors with the same priority should keep their relative order
that was specified. This is important for `clang-repl` with many `const`
variables after commit 05137ecfca ("[clang-repl] Emit const variables
only once").



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list