Skip to content

Commit f2a53ad

Browse files
brad0zmodem
authored andcommitted
fix typo
(cherry picked from commit 430db35)
1 parent cb7f903 commit f2a53ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Driver/ToolChains/Clang.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1880,7 +1880,7 @@ void Clang::AddPPCTargetArgs(const ArgList &Args,
18801880
break;
18811881
}
18821882
if ((T.isOSFreeBSD() && T.getOSMajorVersion() >= 13) ||
1883-
T.isOSOpenBSD() || T.isMusl()
1883+
T.isOSOpenBSD() || T.isMusl())
18841884
ABIName = "elfv2";
18851885
else
18861886
ABIName = "elfv1";

0 commit comments

Comments
 (0)