Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
(cherry picked from commit 430db35)
  • Loading branch information
brad0 authored and zmodem committed Aug 19, 2020
1 parent cb7f903 commit f2a53ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/lib/Driver/ToolChains/Clang.cpp
Expand Up @@ -1880,7 +1880,7 @@ void Clang::AddPPCTargetArgs(const ArgList &Args,
break;
}
if ((T.isOSFreeBSD() && T.getOSMajorVersion() >= 13) ||
T.isOSOpenBSD() || T.isMusl()
T.isOSOpenBSD() || T.isMusl())
ABIName = "elfv2";
else
ABIName = "elfv1";
Expand Down

0 comments on commit f2a53ad

Please sign in to comment.