bolt/deps/llvm-18.1.8/clang/test/Driver/loongarch-mfpu-error.c
2025-02-14 19:21:04 +01:00

3 lines
172 B
C

// RUN: not %clang --target=loongarch64 -mfpu=xxx %s -### 2>&1 | FileCheck %s
// CHECK: invalid argument 'xxx' to -mfpu=; must be one of: 64, 32, none, 0 (alias for none)