[all-commits] [llvm/llvm-project] da18ce: [llvm-c][ORC] Fix LLVMOrcObjectLayerAddObjectFileW...
leifhelm via All-commits
all-commits at lists.llvm.org
Mon Mar 27 16:08:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: da18ceb4b1d54829f73ae4373b59f6ed30314115
https://github.com/llvm/llvm-project/commit/da18ceb4b1d54829f73ae4373b59f6ed30314115
Author: Jakob Leifhelm <jakob.leifhelm at gmail.com>
Date: 2023-03-27 (Mon, 27 Mar 2023)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp
Log Message:
-----------
[llvm-c][ORC] Fix LLVMOrcObjectLayerAddObjectFileWithRT.
The LLVMOrcObjectLayerAddObjectFileWithRT method does not have an
implementation. LLVMOrcLLJITAddObjectFileWithRT exists twice (maybe a copy
paste error).
Reviewed By: lhames
Differential Revision: https://reviews.llvm.org/D118447
More information about the All-commits
mailing list