We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9313d3 commit 17756d4Copy full SHA for 17756d4
llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
@@ -622,8 +622,7 @@ Error ORCPlatformSupport::initialize(orc::JITDylib &JD) {
622
StringRef WrapperToCall = "__orc_rt_jit_dlopen_wrapper";
623
bool dlupdate = false;
624
const Triple &TT = ES.getTargetTriple();
625
- if (TT.isOSBinFormatMachO() ||
626
- TT.isOSBinFormatELF()) {
+ if (TT.isOSBinFormatMachO() || TT.isOSBinFormatELF()) {
627
if (InitializedDylib.contains(&JD)) {
628
WrapperToCall = "__orc_rt_jit_dlupdate_wrapper";
629
dlupdate = true;
0 commit comments