Skip to content

Commit 6ed30e6

Browse files
committed
Fix formatting
1 parent 120423a commit 6ed30e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/Driver/ToolChain.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,8 @@ ToolChain::getTargetSubDirPath(StringRef BaseDir) const {
937937

938938
// On AIX, the environment component is not used in the target sub dir name.
939939
if (T.isOSAIX() && T.hasEnvironment()) {
940-
llvm::Triple AIXTriple(T.getArchName(), T.getVendorName(), llvm::Triple::getOSTypeName(T.getOS()));
940+
llvm::Triple AIXTriple(T.getArchName(), T.getVendorName(),
941+
llvm::Triple::getOSTypeName(T.getOS()));
941942
if (auto Path = getPathForTriple(AIXTriple))
942943
return *Path;
943944
}

0 commit comments

Comments
 (0)