Daniel Dunbar | ec9587d | 2009-04-17 01:54:00 +0000 | [diff] [blame^] | 1 | // RUN: env QA_OVERRIDE_GCC3_OPTIONS="+-Os +-Oz +-O +-O3 +-Oignore +a +b +c xb Xa Omagic ^-ccc-print-options " clang x -O2 b -O3 2> %t && |
2 | // RUN: grep -F 'Option 0 - Name: "<input>", Values: {"x"}' %t && | ||||
3 | // RUN: grep -F 'Option 1 - Name: "-O", Values: {"ignore"}' %t && | ||||
4 | // RUN: grep -F 'Option 2 - Name: "-O", Values: {"magic"}' %t && | ||||
5 | // RUN: true | ||||
6 |