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

Eli Friedman eli.friedman at gmail.com
Fri Jun 12 16:13:46 PDT 2009


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?

-Eli



More information about the llvm-commits mailing list