annotate clang/test/Driver/x86_features.c @ 221:79ff65ed7e25

LLVM12 Original
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 15 Jun 2021 19:15:29 +0900
parents 1d019706d866
children c4bab56944e8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 // RUN: %clang -target i386-unknown-unknown -### -S %s -msse -msse4 -mno-sse -mno-mmx -msse 2>&1 | FileCheck %s
anatofuz
parents:
diff changeset
2 // CHECK: "pentium4" "-target-feature" "+sse4.2" "-target-feature" "-mmx" "-target-feature" "+sse"
anatofuz
parents:
diff changeset
3 // Note that we filter out all but the last -m(no)sse.
anatofuz
parents:
diff changeset
4
anatofuz
parents:
diff changeset
5 // Test that we don't produce an error with -mieee-fp.
anatofuz
parents:
diff changeset
6 // RUN: %clang -### %s -mieee-fp -S 2>&1 | FileCheck --check-prefix=IEEE %s
anatofuz
parents:
diff changeset
7 // IEEE-NOT: error: unknown argument