This is an archive of the discontinued LLVM Phabricator instance.

[Fuchsia] Remove aarch64-fuchsia target-specific -mcmodel=kernel
ClosedPublic

Authored by mcgrathr on Jan 25 2020, 1:45 AM.

Details

Summary

Under --target=aarch64-fuchsia, -mcmodel=kernel has the effect of
(the default) -mcmodel=small plus -mtp=el1 (which did not exist when
this behavior was added). Fuchsia's kernel now uses -mtp=el1
directly instead of -mcmodel=kernel, so remove this special support.

Diff Detail

Event Timeline

mcgrathr created this revision.Jan 25 2020, 1:45 AM
phosek accepted this revision.Jan 28 2020, 11:27 AM

LGTM

This revision is now accepted and ready to land.Jan 28 2020, 11:27 AM
This revision was automatically updated to reflect the committed changes.