[PATCH] D25761: Use linker flag --fix-cortex-a53-843419 on Android ARM64 compilation.

Renato Golin via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 19 03:05:02 PDT 2016


rengolin added a comment.

In https://reviews.llvm.org/D25761#573903, @srhines wrote:

> > I think "clang -v" will show the linker invocation, with all its flags.
>
> But is there a way to get a dry-run of the linker? I don't want to run /usr/bin/ld for ARM targets. It seems like all of the other linker flag-related tests in tests/Driver/ only work for x86.


I think the combination of -v and -### does that, no?


https://reviews.llvm.org/D25761





More information about the cfe-commits mailing list