llvm-project/clang/test/Driver/xcore-opts.c

8 lines
192 B
C
Raw Normal View History

2013-09-11 23:14:38 +08:00
// RUN: %clang -target xcore %s -### -o %t.o 2>&1 | FileCheck %s
2013-08-13 17:43:10 +08:00
// CHECK: "-momit-leaf-frame-pointer"
// CHECK-NOT: "-mdisable-fp-elim"
// CHECK: "-fno-signed-char"
// CHECK: "-fno-common"
2013-08-13 17:43:10 +08:00