summaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc/RedirectionManager.cpp
AgeCommit message (Collapse)Author
2024-11-05[ORC] Pass InitialDests map for redirectable symbols by value.Lang Hames
RedirectableMaterializationUnit needs its own copy of this map anyway, so passing by value allows us to potentially omit a copy.
2024-10-12[ORC] Introduce RedirectionManager interface and implementation using JITLink.Sunho Kim
2024-04-26Revert "[ORC] Implement basic reoptimization. (#67050)"Nikita Popov
This reverts commit 0d288e5b0ccf217e41944ad4fd8772d8ae45daa1. Breaks the build.
2024-04-25[ORC] Implement basic reoptimization. (#67050)Sunho Kim