[cfe-commits] r157733 - in /cfe/trunk: include/clang/Basic/BuiltinsX86.def lib/Basic/Targets.cpp lib/Headers/wmmintrin.h test/CodeGen/pclmul-builtins.c

Benjamin Kramer benny.kra at googlemail.com
Thu May 31 07:37:26 PDT 2012


On 31.05.2012, at 14:35, Alexander Potapenko wrote:

> Hi Craig,
> 
> I'm seeing lots of the following warnings from Clang when building
> ASan tests on Mac OS:
> 
> '-pclmul' is not a recognized feature for this target (ignoring feature)
> '-pclmul' is not a recognized feature for this target (ignoring feature)

These are coming from the backend because the feature is called "clmul"
there. I renamed it into "pclmul" to align it with clang and gcc in r157745.

The warnings should be gone now.

- Ben

> I think this is a bit too verbose. Do you know what might have caused
> these warnings?
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits




More information about the cfe-commits mailing list