]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Driver/clang_f_opts.c
Updaet clang to 92395.
[FreeBSD/FreeBSD.git] / test / Driver / clang_f_opts.c
1 // 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
4
5 // CHECK-OPTIONS1: -fblocks
6 // CHECK-OPTIONS1: -fpascal-strings
7
8 // CHECK-OPTIONS2: -fno-math-errno
9 // CHECK-OPTIONS2: -fno-builtin
10 // CHECK-OPTIONS2: -fshort-wchar
11 // CHECK-OPTIONS2: -fno-common
12 // CHECK-OPTIONS2: -fno-show-source-location
13
14 // CHECK-SHORT-ENUMS: compiler does not support '-fshort-enums'