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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to