[all-commits] [llvm/llvm-project] 945c2e: [Orc] Fix process-symbols setup in LLJITBuilder fo...
Stefan Gränitz via All-commits
all-commits at lists.llvm.org
Mon Jan 1 10:08:19 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 945c2e6d92337fe4682227fb7c6ee165fd0d9384
https://github.com/llvm/llvm-project/commit/945c2e6d92337fe4682227fb7c6ee165fd0d9384
Author: Stefan Gränitz <stefan.graenitz at gmail.com>
Date: 2024-01-01 (Mon, 01 Jan 2024)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
Log Message:
-----------
[Orc] Fix process-symbols setup in LLJITBuilder for out-of-process case (#76244)
For out-of-process support the DynamicLibrarySearchGenerator must go
through EPC, otherwise we lookup symbols from the host and not the
target process.
More information about the All-commits
mailing list