[PATCH] Prevent repetitive warnings for unrecognized processors and features (2nd attempt)

Renato Golin renato.golin at linaro.org
Tue Feb 4 10:29:22 PST 2014


On 4 February 2014 18:14, Jim Grosbach <grosbach at apple.com> wrote:

> Why? I haven't seen any reason for doing anything in the backend other
> than avoiding doing the work in the front end.
>

I may have gotten that wrong, but I thought that the warning message was
coming from the back-end by trying the same thing over and over again.

It's true that the front-end should only pass recognizable CPUs (as I said
earlier, it should convert to the default CPU if not), but I was under the
impression that this could also happen with other tools (llc, etc) that
didn't use Clang's driver. Don't take my opinion on this as kosher, it
certainly isn't.


Sounds like something that should be discussed with folks on
> cfe-commits/cfe-dev.
>

Undoubtedly.

cheers,
--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140204/52e0ceb7/attachment.html>


More information about the llvm-commits mailing list