[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Driver / x86-mfpmath.c
blob8f85cced953abc5078254615183c0da7b4b8dc94
1 // RUN: %clang -### -c --target=x86_64 -mfpmath=sse %s 2>&1 | FileCheck %s
2 // CHECK: "-mfpmath" "sse"
4 // RUN: %clang -### -c --target=x86_64 -mfpmath=sse -x assembler %s 2>&1 | FileCheck %s --check-prefix=WARN
5 // WARN: warning: argument unused during compilation: '-mfpmath=sse'