summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/x86_features.c
blob: 6fbf5ca4aec473e98429d042c71506ca8f3d7bbf (plain)
1
2
3
// RUN: %clang -target i386-unknown-unknown -### -S %s -msse -msse4 -mno-sse -mno-mmx -msse  2>&1 | FileCheck %s
// CHECK: "pentium4" "-target-feature" "+sse4" "-target-feature" "-mmx" "-target-feature" "+sse"
// Note that we filter out all but the last -m(no)sse.
OpenPOWER on IntegriCloud