[cfe-commits] r48454 - /cfe/trunk/test/TestRunner.sh

Devang Patel dpatel at apple.com
Mon Mar 17 10:00:07 PDT 2008


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

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






More information about the cfe-commits mailing list