Add missing (void) for function declarations in C
[Orc] Fix name of LLVMOrcIRTransformLayerSetTransformIn https://reviews.llvm.org/D103855 we added access to IRTransformLayer, but Ijust noticed that the function name is following the wrong patter
[Orc] Fix name of LLVMOrcIRTransformLayerSetTransformIn https://reviews.llvm.org/D103855 we added access to IRTransformLayer, but Ijust noticed that the function name is following the wrong pattern.Differential Revision: https://reviews.llvm.org/D104840
show more ...
[ORC][examples] Add missing library dependence
[ORC][C-bindings] Add access to LLJIT IRTransformLayer, ThreadSafeModule utils.This patch was derived from Valentin Churavy's work inhttps://reviews.llvm.org/D104480. It adds support for setting t
[ORC][C-bindings] Add access to LLJIT IRTransformLayer, ThreadSafeModule utils.This patch was derived from Valentin Churavy's work inhttps://reviews.llvm.org/D104480. It adds support for setting the transform onan IRTransformLayer, and for accessing the IRTransformLayer in LLJIT. It alsoadds access to the ThreadSafeModule::withModuleDo method for thread-safeaccess to modules.A new example has been added to show how to use these APIs to optimize a moduleduring materialization.Thanks Valentin!Reviewed By: lhamesDifferential Revision: https://reviews.llvm.org/D103855