Skip to content

Commit 17756d4

Browse files
committed
Fix minor code format
1 parent d9313d3 commit 17756d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/ExecutionEngine/Orc/LLJIT.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -622,8 +622,7 @@ Error ORCPlatformSupport::initialize(orc::JITDylib &JD) {
622622
StringRef WrapperToCall = "__orc_rt_jit_dlopen_wrapper";
623623
bool dlupdate = false;
624624
const Triple &TT = ES.getTargetTriple();
625-
if (TT.isOSBinFormatMachO() ||
626-
TT.isOSBinFormatELF()) {
625+
if (TT.isOSBinFormatMachO() || TT.isOSBinFormatELF()) {
627626
if (InitializedDylib.contains(&JD)) {
628627
WrapperToCall = "__orc_rt_jit_dlupdate_wrapper";
629628
dlupdate = true;

0 commit comments

Comments
 (0)