[PATCH] D64781: Silence backend complaints on x86 Android

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 16 08:50:54 PDT 2019


compnerd accepted this revision.
compnerd added a comment.
This revision is now accepted and ready to land.

That is indeed a typo.  I somehow ended up copying the driver flag instead of the feature flag.  Thanks for fixing this!

I suppose that we could actually make the unknown features a hard error (use of the frontend is unsupported, users should be using the driver, which should always have the correct value).  That seems beyond the scope of the actual fix though, lets get this fixed first :-)


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

https://reviews.llvm.org/D64781





More information about the llvm-commits mailing list