1 2 3 4 5 6 7
// RUN: %clang -target xcore %s -### -o %t.o 2>&1 FileCheck %s // CHECK: "-momit-leaf-frame-pointer" // CHECK-NOT: "-mdisable-fp-elim" // CHECK: "-fno-signed-char" // CHECK: "-fno-common"