Removes public bootstrap method that is not really necessary and not consistent with other platform API.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D132780
[ORC][ORC_RT][COFF] Remove public bootstrap method. ClosedPublic Authored by sunho on Aug 26 2022, 9:02 PM.
Details Summary Removes public bootstrap method that is not really necessary and not consistent with other platform API.
Diff Detail
Event Timelinesunho added a parent revision: D132525: [ORC][ORC_RT][COFF] Support dynamic VC runtime..Aug 26 2022, 9:02 PM sunho added a child revision: D132781: [ORC][LLJIT] Move orc platform support to public orc namespace.. This revision is now accepted and ready to land.Sep 4 2022, 11:37 AM This revision was landed with ongoing or failed builds.Sep 9 2022, 11:28 PM Closed by commit rGd1c4d9612692: [ORC][ORC_RT][COFF] Remove public bootstrap method. (authored by sunho). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 459264 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
|