bolt/deps/llvm-18.1.8/clang/test/CodeGen/arm-build-attributes.c
2025-02-14 19:21:04 +01:00

4 lines
179 B
C

// 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() {}