[cfe-commits] r48454 - /cfe/trunk/test/TestRunner.sh
Chris Lattner
clattner at apple.com
Mon Mar 17 22:06:49 PDT 2008
On Mar 17, 2008, at 10:00 AM, Devang Patel wrote:
>
> On Mar 17, 2008, at 6:58 AM, Gabor Greif wrote:
>
>> B.t.w. is the FIXME in
>>
>> <http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/struct-x86-darwin.c?revision=46791&view=markup
>>>
>>
>> still valid?
>
> Yup. This is related to following FIXME in TargetInfo.h
Just pass in -triple=i386-darwin...
clang supports multiple targets linked into the driver (arbitrary
cross compiles), so this test should always be tested on all hosts.
-Chris
>
>
> 181 const char *getTargetDescription() const {
> 182 // FIXME !
> 183 // Hard code darwin-x86 for now.
> 184 return "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-
> i64:32:64-f32:32:\
> 185 32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128";
> 186 }
>
>
> -
> Devang
>
>
>
> _______________________________________________
> 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