[llvm-commits] [llvm] r73265 - /llvm/trunk/test/FrontendC/pr4349.c

Dan Gohman gohman at apple.com
Fri Jun 12 16:32:28 PDT 2009


On Jun 12, 2009, at 4:13 PM, Eli Friedman wrote:


> On Fri, Jun 12, 2009 at 4:02 PM, Dan Gohman<gohman at apple.com> wrote:
>
>> Author: djg
>>
>> Date: Fri Jun 12 18:02:02 2009
>>
>> New Revision: 73265
>>
>>
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=73265&view=rev
>>
>> Log:
>>
>> Add -m32 to llvm-gcc commands, so that this test behaves as expected
>>
>> on systems which default to a 64-bit target.
>>
>
> -m32 doesn't work on all targets (for example, I think Itanium is such
> an architecture).  Would it be possible to make the grep expressions a
> bit more general instead of passing in -m32?

Ok, I fixed this test.

Dan




More information about the llvm-commits mailing list