[all-commits] [llvm/llvm-project] 666df2: [ORC][C-bindings] Fix some ORC C bindings function...
lhames via All-commits
all-commits at lists.llvm.org
Sun Mar 28 16:43:46 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 666df2e2cbe9fc252d3b2d6cbb214c2c2f6afc65
https://github.com/llvm/llvm-project/commit/666df2e2cbe9fc252d3b2d6cbb214c2c2f6afc65
Author: Lang Hames <lhames at gmail.com>
Date: 2021-03-28 (Sun, 28 Mar 2021)
Changed paths:
M llvm/include/llvm-c/Orc.h
M llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp
Log Message:
-----------
[ORC][C-bindings] Fix some ORC C bindings function names and signatures.
LLVMOrcDisposeObjectLayer and LLVMOrcExecutionSessionGetJITDylibByName did not
have matching signatures between the C-API header and binding implementations.
Fixes http://llvm.org/PR49745.
Patch by Mats Larsen. Thanks Mats!
Reviewed by: lhames
Differential Revision: https://reviews.llvm.org/D99478
More information about the All-commits
mailing list