XCore make test checks more concise

Rafael EspĂ­ndola rafael.espindola at gmail.com
Thu Aug 15 16:53:14 PDT 2013


On 15 August 2013 11:29, Robert Lytton <robert at xmos.com> 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



More information about the cfe-commits mailing list