Sign in
cobalt
/
cobalt
/
d091d43cec3c83208e5995c85db1fd212391cc45
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
test
/
CodeGen
/
arm-build-attributes.c
blob: ceb97d153f8100dba832c86bbdccc8405ba30420 [
file
] [
log
] [
blame
]
// 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
()
{}