[PATCH] D65974: Driver: Don't warn about assembler flags being unused when not assembling AND not using the integrated assembler

Douglas Yung via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 9 11:01:06 PDT 2019


dyung marked an inline comment as done.
dyung added a comment.

In D65974#1623140 <https://reviews.llvm.org/D65974#1623140>, @thakis wrote:

> Thanks! Looks like the change to the cpp file got lost? I only see the test change now.


Yes, I abandoned that change as I thought you said it was unnecessary and just left the test changes, but updated the test changes to look for the warning when a -m option is used with -fno-integrated-as.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65974/new/

https://reviews.llvm.org/D65974





More information about the cfe-commits mailing list