blob: 66853422dd1d6cf0cb231c4223d8b2b1b7119ce5 [file] [log] [blame]
Daniel Dunbar288294f2009-12-13 02:00:23 +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'