On 15 August 2013 11:29, Robert Lytton <[email protected]> wrote:
> (http://clang.llvm.org/docs/DriverInternals.html)
> Now I get it!
>
> So test should be:
> // RUN: %clang -target xcore %s -### -o %t.o 2>&1 | FileCheck  %s
> // CHECK: "-momit-leaf-frame-pointer"
> // CHECK: "-fno-signed-char"
> // CHECK: "-fno-common"

Yes.

> I'm a bit bothered that there is no "-fomit-frame-pointer".
> Should I see this too?

It is mdisable-fp-elim in the cc1 level.

Cheers,
Rafael
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to