[PATCH] D31624: [AArch64][Fuchsia] Allow -mcmodel=kernel for --target=aarch64-fuchsia

Tim Northover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 3 15:11:33 PDT 2017


t.p.northover added a comment.

> Do you see something where other behavior changes under -code-model=kernel?

The behaviour change is that kernel is now supported as a mode. We want tests to make sure no-one goes in and decides that they want their kernel to use large addressing (for example) without getting told off when they run "ninja check". Adding tests might well be as simple as putting a new RUN line in an existing test of globals that also passes "-code-model=kernel".

> it is the same as =small in almost all regards, the "aka small" comment seems correct to me.

IMO "aka" implies complete identity.


Repository:
  rL LLVM

https://reviews.llvm.org/D31624





More information about the llvm-commits mailing list