[PATCH] D102995: errorUnsupported should be non-fatal

MJ via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 24 18:01:34 PDT 2021


majiang31312 added a comment.

In D102995#2776986 <https://reviews.llvm.org/D102995#2776986>, @lebedev.ri wrote:

> *Why* do we want that?

I am compiling skia with -mno-sse , because I want to use it in graalvm(sulong) which does not support float SSE instructions for the moment.
And, I think the comment before errorUnsupported has clearly state the reason.


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

https://reviews.llvm.org/D102995



More information about the llvm-commits mailing list