blob: c4ea430fdf31aa458f870d6523d9a34b243bfbf3 [file] [log] [blame]
Daniel Dunbar80737ad2009-12-15 22:01:24 +00001// RUN: %clang -### -S -fblocks -fbuiltin -fmath-errno -fcommon -fpascal-strings -fno-blocks -fno-builtin -fno-math-errno -fno-common -fno-pascal-strings -fblocks -fbuiltin -fmath-errno -fcommon -fpascal-strings %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS1 %s
2// RUN: %clang -### -S -fblocks -fbuiltin -fmath-errno -fcommon -fpascal-strings -fno-blocks -fno-builtin -fno-math-errno -fno-common -fno-pascal-strings -fno-show-source-location -fshort-wchar %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS2 %s
3// RUN: %clang -### -fshort-enums %s 2>&1 | FileCheck -check-prefix=CHECK-SHORT-ENUMS %s
Ted Kremenek6feaf572009-12-12 00:38:18 +00004
Ted Kremenek5099b802009-12-12 00:42:52 +00005// CHECK-OPTIONS1: -fblocks
6// CHECK-OPTIONS1: -fpascal-strings
7
Ted Kremenek5099b802009-12-12 00:42:52 +00008// CHECK-OPTIONS2: -fno-math-errno
Daniel Dunbar288294f2009-12-13 02:00:23 +00009// CHECK-OPTIONS2: -fno-builtin
10// CHECK-OPTIONS2: -fshort-wchar
11// CHECK-OPTIONS2: -fno-common
Ted Kremenek5099b802009-12-12 00:42:52 +000012// CHECK-OPTIONS2: -fno-show-source-location
Ted Kremenek5099b802009-12-12 00:42:52 +000013
Ted Kremenek6feaf572009-12-12 00:38:18 +000014// CHECK-SHORT-ENUMS: compiler does not support '-fshort-enums'