Skip to content

Commit 768b792

Browse files
ahatanaksmallp-o-p
authored andcommitted
[NFC] Call base class method in DarwinAArch64TargetInfo::getOSDefines (llvm#114241)
This is needed for a private patch we'll be upstreaming in the future.
1 parent 802832f commit 768b792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Basic/Targets/AArch64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1714,7 +1714,7 @@ void DarwinAArch64TargetInfo::getOSDefines(const LangOptions &Opts,
17141714
if (Triple.isArm64e())
17151715
Builder.defineMacro("__arm64e__", "1");
17161716

1717-
getDarwinDefines(Builder, Opts, Triple, PlatformName, PlatformMinVersion);
1717+
DarwinTargetInfo<AArch64leTargetInfo>::getOSDefines(Opts, Triple, Builder);
17181718
}
17191719

17201720
TargetInfo::BuiltinVaListKind

0 commit comments

Comments
 (0)