freebsd-dev/test/Driver/x86_features.c

4 lines
252 B
C
Raw Normal View History

2010-01-01 10:34:51 +00:00
// RUN: %clang -ccc-host-triple i386-unknown-unknown -### -S %s -msse -msse4 -mno-sse -mno-mmx -msse 2> %t
2009-06-02 17:58:47 +00:00
// RUN: grep '"-target-feature" "+sse" "-target-feature" "+sse4" "-target-feature" "-sse" "-target-feature" "-mmx" "-target-feature" "+sse"' %t