diff options
Diffstat (limited to 'test/Headers/arm-acle-header.c')
-rw-r--r-- | test/Headers/arm-acle-header.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/Headers/arm-acle-header.c b/test/Headers/arm-acle-header.c new file mode 100644 index 0000000000000..d9d2e04c945cd --- /dev/null +++ b/test/Headers/arm-acle-header.c @@ -0,0 +1,9 @@ +// RUN: %clang_cc1 -triple armv7-eabi -target-cpu cortex-a15 -fsyntax-only -ffreestanding %s +// RUN: %clang_cc1 -triple aarch64-eabi -target-cpu cortex-a53 -fsyntax-only -ffreestanding %s +// RUN: %clang_cc1 -triple thumbv7-windows -target-cpu cortex-a53 -fsyntax-only -ffreestanding %s +// RUN: %clang_cc1 -x c++ -triple armv7-eabi -target-cpu cortex-a15 -fsyntax-only -ffreestanding %s +// RUN: %clang_cc1 -x c++ -triple aarch64-eabi -target-cpu cortex-a57 -fsyntax-only -ffreestanding %s +// RUN: %clang_cc1 -x c++ -triple thumbv7-windows -target-cpu cortex-a15 -fsyntax-only -ffreestanding %s +// expected-no-diagnostics + +#include <arm_acle.h> |