srhines added a comment.

From what I can tell, there is no nice way to generate tests for Clang's driver 
when producing linker flags. -### only works for the -cc1 command line (which 
won't see this flag, since it is only for linking, and not compilation). If 
there is a suggestion for how to automatically test this, I am listening, but 
all my local tests looked fine (for generating/suppressing the flag). :)


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