blob: 0ff578c2a814893684bec9e30054e395d7e2eafb [file] [log] [blame]
Daniel Dunbarec9587d2009-04-17 01:54:00 +00001// 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