brintos

brintos / llvm-project-archived public Read only

0
0
Text · 179 B · ceb97d1 Raw
5 lines · c
1// RUN: %clang --target=arm-none-eabi -x c - -o - -S < %s -mcpu=cortex-a5 -mfpu=vfpv4-d16 | FileCheck %s2// REQUIRES: arm-registered-target3// CHECK: .fpu vfpv4-d164void foo() {}5