nickdesaulniers added a comment.

In D102568#2768224 <https://reviews.llvm.org/D102568#2768224>, @mstorsjo wrote:

> I would request that this commit should be reverted.

Sure, @MaskRay would you mind reverting?

> But this change did break my build in these places:
> https://code.videolan.org/videolan/x264/-/blob/b684ebe04a6f80f8207a57940a1fa00e25274f81/configure#L855
> https://chromium.googlesource.com/webm/libvpx/+/66c1ff6850fd53bcf5c17247569bea1d700d6247/build/make/configure.sh#1012
> https://github.com/cisco/openh264/blob/089d6c6d83ab6e5d451ef18808bb6c46faf553a2/build/platform-mingw_nt.mk#L23

Thanks for the links; @MaskRay I think you should file some issues in those 
projects to help them move to the assembler option before we try to remove it 
again.

>> Should be an easy fix either way (replace `-mimplicit-it=always` with 
>> `-Wa,-wmimplicit-it=always`).
>
> No, it's not an easy fix as no existing releases of Clang support it.

Well, these projects linked above will need to implement either feature 
detection for the command line flag options before hard coding them, or 
compiler version checks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102568

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

Reply via email to