diff options
Diffstat (limited to 'test/Sema/arm64-neon-args.c')
-rw-r--r-- | test/Sema/arm64-neon-args.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/arm64-neon-args.c b/test/Sema/arm64-neon-args.c index 315a704..a6c4f13 100644 --- a/test/Sema/arm64-neon-args.c +++ b/test/Sema/arm64-neon-args.c @@ -1,5 +1,5 @@ // RUN: %clang_cc1 -triple arm64-apple-darwin -target-feature +neon -fsyntax-only -ffreestanding -verify %s -// RUN: %clang_cc1 -triple arm64_be-none-linux-gnu -target-feature +neon -fsyntax-only -ffreestanding -verify %s +// RUN: %clang_cc1 -triple aarch64_be-none-linux-gnu -target-feature +neon -fsyntax-only -ffreestanding -verify %s #include <arm_neon.h> |