[all-commits] [llvm/llvm-project] 5c9861: [JITLink] Add public APIs for getting stub creatio...
Sunho Kim via All-commits
all-commits at lists.llvm.org
Fri Aug 4 17:50:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5c98617ccc4b4094032ae87856e03f6a402e5def
https://github.com/llvm/llvm-project/commit/5c98617ccc4b4094032ae87856e03f6a402e5def
Author: Sunho Kim <ksunhokim123 at gmail.com>
Date: 2023-08-05 (Sat, 05 Aug 2023)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h
M llvm/include/llvm/ExecutionEngine/JITLink/x86_64.h
M llvm/lib/ExecutionEngine/JITLink/JITLink.cpp
M llvm/lib/ExecutionEngine/Orc/ExecutionUtils.cpp
M llvm/unittests/ExecutionEngine/JITLink/CMakeLists.txt
A llvm/unittests/ExecutionEngine/JITLink/StubsTests.cpp
Log Message:
-----------
[JITLink] Add public APIs for getting stub creation functions.
Creating stubs in JITLink require creating architecture-specific edges. In order to allow user to create stubs in cross-architecture manner, this patch exposes these stub creations functions by returning "stub creators" for given triple.
Reviewed By: lhames
Differential Revision: https://reviews.llvm.org/D155557
More information about the All-commits
mailing list