diff options
Diffstat (limited to 'test/CodeGen/arm-build-attributes.c')
-rw-r--r-- | test/CodeGen/arm-build-attributes.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/CodeGen/arm-build-attributes.c b/test/CodeGen/arm-build-attributes.c new file mode 100644 index 0000000000000..ceb97d153f810 --- /dev/null +++ b/test/CodeGen/arm-build-attributes.c @@ -0,0 +1,4 @@ +// 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() {} |