[all-commits] [llvm/llvm-project] 04ba60: [ORC][C-bindings] Fix some ORC C bindings function...
lhames via All-commits
all-commits at lists.llvm.org
Thu Apr 1 22:26:08 PDT 2021
Branch: refs/heads/release/12.x
Home: https://github.com/llvm/llvm-project
Commit: 04ba60cfe598e41084fb848daae47e0ed910fa7d
https://github.com/llvm/llvm-project/commit/04ba60cfe598e41084fb848daae47e0ed910fa7d
Author: Lang Hames <lhames at gmail.com>
Date: 2021-04-01 (Thu, 01 Apr 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
(cherry picked from commit 666df2e2cbe9fc252d3b2d6cbb214c2c2f6afc65)
More information about the All-commits
mailing list