Skip to content

Commit 6336c91

Browse files
committed
format
1 parent 4d44ed8 commit 6336c91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/Driver/ToolChains/CommonArgs.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,8 @@ void tools::addLTOOptions(const ToolChain &ToolChain, const ArgList &Args,
860860
const bool IsAMDGCN = Triple.isAMDGCN();
861861
const char *Linker = Args.MakeArgString(ToolChain.GetLinkerPath());
862862
const Driver &D = ToolChain.getDriver();
863-
const bool IsFatLTO = Args.hasFlag(options::OPT_ffat_lto_objects, options::OPT_fno_fat_lto_objects, false);
863+
const bool IsFatLTO = Args.hasFlag(options::OPT_ffat_lto_objects,
864+
options::OPT_fno_fat_lto_objects, false);
864865
const bool IsUnifiedLTO = Args.hasArg(options::OPT_funified_lto);
865866
if (llvm::sys::path::filename(Linker) != "ld.lld" &&
866867
llvm::sys::path::stem(Linker) != "ld.lld" && !Triple.isOSOpenBSD()) {

0 commit comments

Comments
 (0)