blob: 8e6b0fe850deb2f34c198bf8f1601f08ddb18222 [file] [log] [blame]
Chandler Carruthe0391482010-05-22 02:21:53 +00001// RUN: %clang -### -S -fasm -fblocks -fbuiltin -fno-math-errno -fcommon -fpascal-strings -fno-blocks -fno-builtin -fmath-errno -fno-common -fno-pascal-strings -fblocks -fbuiltin -fmath-errno -fcommon -fpascal-strings %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS1 %s
Argyrios Kyrtzidis74825bc2010-10-08 00:25:19 +00002// RUN: %clang -### -S -fasm -fblocks -fbuiltin -fno-math-errno -fcommon -fpascal-strings -fno-asm -fno-blocks -fno-builtin -fmath-errno -fno-common -fno-pascal-strings -fno-show-source-location -fshort-enums -fshort-wchar %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS2 %s
Ted Kremenekeadc7c32009-12-12 00:38:18 +00003
Chandler Carruthe0391482010-05-22 02:21:53 +00004// CHECK-OPTIONS1: -fgnu-keywords
Ted Kremeneke1996c22009-12-12 00:42:52 +00005// CHECK-OPTIONS1: -fblocks
6// CHECK-OPTIONS1: -fpascal-strings
7
Chandler Carruthe0391482010-05-22 02:21:53 +00008// CHECK_OPTIONS2: -fno-gnu-keywords
Dan Gohmand1e76b92010-01-08 02:20:44 +00009// CHECK-OPTIONS2: -fmath-errno
Daniel Dunbar18a72952009-12-13 02:00:23 +000010// CHECK-OPTIONS2: -fno-builtin
Argyrios Kyrtzidis74825bc2010-10-08 00:25:19 +000011// CHECK-OPTIONS2: -fshort-enums
Daniel Dunbar18a72952009-12-13 02:00:23 +000012// CHECK-OPTIONS2: -fshort-wchar
13// CHECK-OPTIONS2: -fno-common
Ted Kremeneke1996c22009-12-12 00:42:52 +000014// CHECK-OPTIONS2: -fno-show-source-location