llvm-for-llvmta/tools/clang/test/CodeGen/arm-build-attributes.c

5 lines
179 B
C
Raw Normal View History

2022-04-25 13:02:35 +02:00
// RUN: %clang --target=arm-none-eabi -x c - -o - -S < %s -mcpu=cortex-a5 -mfpu=vfpv4-d16 | FileCheck %s
// REQUIRES: arm-registered-target
// CHECK: .fpu vfpv4-d16
void foo() {}