Sign in
llvm
/
llvm-project
/
d95f46ca84d754b6368dfd256969273148c98d14
/
.
/
clang
/
test
/
Driver
/
loongarch-mfpu-error.c
blob: 88a6c7487c92ffed699786e791f780c7e1dd5597 [
file
]
// 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)