Skip to content

Commit

Permalink
[NFC] Call base class method in DarwinAArch64TargetInfo::getOSDefines
Browse files Browse the repository at this point in the history
  • Loading branch information
ahatanak committed Oct 30, 2024
1 parent 62ff85f commit 98fe161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/lib/Basic/Targets/AArch64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1716,7 +1716,7 @@ void DarwinAArch64TargetInfo::getOSDefines(const LangOptions &Opts,
if (Triple.isArm64e())
Builder.defineMacro("__arm64e__", "1");

getDarwinDefines(Builder, Opts, Triple, PlatformName, PlatformMinVersion);
DarwinTargetInfo<AArch64leTargetInfo>::getOSDefines(Opts, Triple, Builder);
}

TargetInfo::BuiltinVaListKind
Expand Down

0 comments on commit 98fe161

Please sign in to comment.