bolt/deps/llvm-18.1.8/clang/test/Driver/x86-mfpmath.c

6 lines
280 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: %clang -### -c --target=x86_64 -mfpmath=sse %s 2>&1 | FileCheck %s
// CHECK: "-mfpmath" "sse"
// RUN: %clang -### -c --target=x86_64 -mfpmath=sse -x assembler %s 2>&1 | FileCheck %s --check-prefix=WARN
// WARN: warning: argument unused during compilation: '-mfpmath=sse'