Skip to content

Commit eb87612

Browse files
committed
followup: fix format
1 parent dbe6546 commit eb87612

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/Driver/ToolChains/Gnu.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,7 @@ void tools::gnutools::Linker::ConstructJob(Compilation &C, const JobAction &JA,
402402
CmdArgs.push_back(Arch == llvm::Triple::aarch64_be ? "-EB" : "-EL");
403403
}
404404

405-
if (Triple.isRISCV() &&
406-
Triple.getVendor() == llvm::Triple::MipsTechnologies)
405+
if (Triple.isRISCV() && Triple.getVendor() == llvm::Triple::MipsTechnologies)
407406
CmdArgs.push_back("-EL");
408407

409408
// Most Android ARM64 targets should enable the linker fix for erratum

0 commit comments

Comments
 (0)