[PATCH] D132780: [ORC][ORC_RT][COFF] Remove public bootstrap method.
Sunho Kim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 26 21:02:21 PDT 2022
sunho created this revision.
sunho added reviewers: lhames, sgraenitz.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
sunho requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Removes public bootstrap method that is not really necessary and not consistent with other platform API.
https://reviews.llvm.org/D132780
Files:
llvm/include/llvm/ExecutionEngine/Orc/COFFPlatform.h
llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h
llvm/lib/ExecutionEngine/Orc/COFFPlatform.cpp
llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
llvm/tools/lli/lli.cpp
llvm/tools/llvm-jitlink/llvm-jitlink.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132780.456079.patch
Type: text/x-patch
Size: 8380 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220827/2f69d73b/attachment.bin>
More information about the llvm-commits
mailing list