144e71221SDaniel Dunbar // Verify that the analyzer gets the same flags as normal compilation 244e71221SDaniel Dunbar // (at least for a few key ones). 344e71221SDaniel Dunbar 4*422377cfSSebastian Pop // RUN: env MACOSX_DEPLOYMENT_TARGET=10.5 %clang -target i386-apple-darwin9 -### --analyze -o /dev/null %s -msse 2> %t.log 5624c21b0SDaniel Dunbar // RUN: FileCheck --input-file=%t.log %s 644e71221SDaniel Dunbar 7624c21b0SDaniel Dunbar // CHECK: "-analyze" 8624c21b0SDaniel Dunbar // CHECK: "-target-feature" "+sse" 9