[all-commits] [llvm/llvm-project] de9013: [ORC] Use MapperJITLinkMemoryManager for ReOptimiz...

Lang Hames via All-commits all-commits at lists.llvm.org
Tue Oct 14 22:45:41 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: de9013fa18a12f982a223ea30819b523e86667d4
      https://github.com/llvm/llvm-project/commit/de9013fa18a12f982a223ea30819b523e86667d4
  Author: Lang Hames <lhames at gmail.com>
  Date:   2025-10-15 (Wed, 15 Oct 2025)

  Changed paths:
    M llvm/unittests/ExecutionEngine/Orc/ReOptimizeLayerTest.cpp

  Log Message:
  -----------
  [ORC] Use MapperJITLinkMemoryManager for ReOptimizeLayerTest. (#163495)

This is an attempted fix for
https://github.com/llvm/llvm-project/issues/158270.

The issue described sounds like it may be caused by non-contiguous
regions returned for separate allocations by the default memory manager.
Using MapperJITLinkMemoryMnaager with a 10Mb slab size should fix the
issue.



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