bolt/deps/llvm-18.1.8/clang/test/Driver/loongarch-mfpu-error.c

4 lines
172 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
// 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)