[PATCH] D45588: Start reserving x18 by default on Android targets.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 13 11:35:05 PDT 2018


pcc added a comment.

In https://reviews.llvm.org/D45588#1067402, @kcc wrote:

> This test is great, but I'd like to also see some more direct test, maybe something in tools/clang/test/Driver/aarch64-fixed-x18.c?


That won't test what we want here because the platform defaults are not applied via target features. I added a case for Android to one of the code generation tests.


https://reviews.llvm.org/D45588





More information about the llvm-commits mailing list