This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Predefine __AARCH64_CMODEL_*__ as GCC does
ClosedPublic

Authored by mcgrathr on Feb 21 2020, 4:35 PM.

Details

Summary

Make Clang on aarch64 targets predefine __AARCH64_CMODEL_SMALL__
or __AARCH64_CMODEL_TINY__, etc. These are the names that GCC
uses for its predefines.

Diff Detail

Event Timeline

mcgrathr created this revision.Feb 21 2020, 4:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 21 2020, 4:35 PM
mcgrathr updated this revision to Diff 246043.Feb 21 2020, 4:37 PM

update log

mcgrathr edited the summary of this revision. (Show Details)Feb 21 2020, 4:37 PM
Harbormaster completed remote builds in B47079: Diff 246043.
tamur accepted this revision.Feb 21 2020, 5:29 PM
This revision is now accepted and ready to land.Feb 21 2020, 5:29 PM

Thanks! Can you land it for me?

MaskRay accepted this revision.Feb 21 2020, 9:25 PM
MaskRay added inline comments.
clang/lib/Basic/Targets/AArch64.cpp
200

This can be simplified. I'll do that.

MaskRay updated this revision to Diff 246060.Feb 21 2020, 11:25 PM

Add tests

Rebase after -mcmodel cleanups (including fc6057e34fb3b1cfbbfcd5d71ae25ba24eb3ffa3)

This revision was automatically updated to reflect the committed changes.