This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Don't implicitly enable global isel on Darwin if code-model==large.
ClosedPublic

Authored by lhames on Sep 18 2019, 11:39 AM.

Details

Summary

AArch64 GlobalISel doesn't support MachO's large code model, so this patch
adds a check for that combination before implicitly enabling it.

Diff Detail

Repository
rL LLVM

Event Timeline

lhames created this revision.Sep 18 2019, 11:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 18 2019, 11:39 AM
This revision is now accepted and ready to land.Sep 18 2019, 12:53 PM
This revision was automatically updated to reflect the committed changes.