[cfe-dev] mmintrin-test.c patch
Chris Lattner
clattner at apple.com
Mon Oct 5 14:16:42 PDT 2009
On Sep 30, 2009, at 11:54 AM, John Thompson wrote:
> I've enclosed an attempt at making the CodeGen/mmintrin-test.c file
> generic, as it was failing on Windows because the Visual Studio
> headers don't want to compile for other platforms (specified by the
> triples).
>
> I also converted it to use FileCheck, but I'm not sure if doing the
> grep with count was what is really needed. Can you do that with
> FileCheck?
> Also, please review my previous post concerning address-space-
> field1.c, as I want to get down the proper way to convert to
> FileCheck. I'm thinking perhaps I should have limited it to just
> looking for the addrspace(1) and addrspace(2) text, but let me know.
>
Hi John,
I just removed this test in r83325. It doesn't appear to be actually
testing anything.
-Chris
More information about the cfe-dev
mailing list