blob: 8266f7762398b1a6c1aebb1d081b3228d3a250a7 [file] [log] [blame]
Daniel Dunbard4510f22009-04-07 23:51:44 +00001// RUN: clang -### -S -x c /dev/null -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> %t &&
2// RUN: grep -F '"-fblocks"' %t &&
3// RUN: grep -F '"--fmath-errno=1"' %t &&
4// RUN: grep -F '"-fpascal-strings"' %t &&
Daniel Dunbardb097022009-06-08 21:13:54 +00005// RUN: clang -### -S -x c /dev/null -fblocks -fbuiltin -fmath-errno -fcommon -fpascal-strings -fno-blocks -fno-builtin -fno-math-errno -fno-common -fno-pascal-strings -fno-show-source-location %s 2> %t &&
Daniel Dunbard4510f22009-04-07 23:51:44 +00006// RUN: grep -F '"-fblocks=0"' %t &&
7// RUN: grep -F '"-fbuiltin=0"' %t &&
8// RUN: grep -F '"-fno-common"' %t &&
9// RUN: grep -F '"--fmath-errno=0"' %t &&
Daniel Dunbardb097022009-06-08 21:13:54 +000010// RUN: grep -F '"-fno-show-source-location"' %t &&
Daniel Dunbard4510f22009-04-07 23:51:44 +000011// RUN: true