llvm-project/clang/test/CodeGen/arm-bf16-softfloat.c
Kadir Cetinkaya c31d213463
[clang][test] Put output into temp directory
To unbreak builds that happen on a read-only directory
2020-06-05 13:02:32 +02:00

5 lines
189 B
C

// RUN: not %clang -o %t.out -target arm-arm-eabi -march=armv8-a+bf16 -mfloat-abi=soft -c %s 2>&1 | FileCheck %s
// CHECK: error: __bf16 is not supported on this target
extern __bf16 var;