summaryrefslogtreecommitdiff
path: root/clang/test/Driver/x86_features.c
blob: 5c65e31ff45cd7b5fc44b421b590447567b9f773 (about) (plain)
1
2
3
// RUN: %clang -target i386-unknown-unknown -### -S %s -msse -msse4 -mno-sse -mno-mmx -msse 2> %t
// RUN: grep '"pentium4" "-target-feature" "+sse4" "-target-feature" "-mmx" "-target-feature" "+sse"' %t
// Note that we filter out all but the last -m(no)sse.