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

Dale Johannesen dalej at apple.com
Fri Jun 12 16:22:10 PDT 2009


On Jun 12, 2009, at 4:13 PMPDT, 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?

For this test, probably, but there are several other tests that use - 
m32, and they don't seem to be causing problems.




More information about the llvm-commits mailing list