[PATCH] D63810: Change the default arm-linux-gnueabihf target to armv7
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 26 01:49:33 PDT 2019
SjoerdMeijer added a comment.
A test case missing for this change.
But more importantly, GCC and Clang work slightly differently with respect to default options. The current default `arm1176jzf-s` is old and somewhat arbitrary, but so is `cortex-a7`.
I think the rationale for `arm1176jzf-s` is that is the minimum that is always supported, and with -march and -mcpu can be more precise what you want to target.
But as this is a proposing a change in defaults , I think it's best if you also ask this question on the llvm dev list.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63810/new/
https://reviews.llvm.org/D63810
More information about the llvm-commits
mailing list