6 lines · c
1// RUN: %clang -### -c --target=x86_64 -mfpmath=sse %s 2>&1 | FileCheck %s2// CHECK: "-mfpmath" "sse"3 4// RUN: %clang -### -c --target=x86_64 -mfpmath=sse -x assembler %s 2>&1 | FileCheck %s --check-prefix=WARN5// WARN: warning: argument unused during compilation: '-mfpmath=sse'6