summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/arm64-code-model-large-darwin.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AArch64] Don't implicitly enable global isel on Darwin if code-model==large.Lang Hames2019-09-181-0/+16
Summary: AArch64 GlobalISel doesn't support MachO's large code model, so this patch adds a check for that combination before implicitly enabling it. Reviewers: paquette Subscribers: kristof.beyls, ributzka, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D67724 llvm-svn: 372256
OpenPOWER on IntegriCloud