[ORC][ORC_RT][COFF] Remove public bootstrap method.
authorsunho <ksunhokim123@gmail.com>
Sat, 10 Sep 2022 06:25:50 +0000 (15:25 +0900)
committersunho <ksunhokim123@gmail.com>
Sat, 10 Sep 2022 06:25:50 +0000 (15:25 +0900)
commitd1c4d96126921e02a8f39b9a8ffa3c875158ffaf
tree1f0bdfc3ce28878cbefbc91ef4047e8b45080b0c
parent73c4033987c5ca6cf8022f840f3c42e3324da1cb
[ORC][ORC_RT][COFF] Remove public bootstrap method.

Removes public bootstrap method that is not really necessary and not consistent with other platform API.

Reviewed By: lhames

Differential Revision: https://reviews.llvm.org/D132780
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