diff options
Diffstat (limited to 'clang/test/CodeGen/arm64_vadd.c')
| -rw-r--r-- | clang/test/CodeGen/arm64_vadd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/arm64_vadd.c b/clang/test/CodeGen/arm64_vadd.c index acec888e260..83fb3e7e79a 100644 --- a/clang/test/CodeGen/arm64_vadd.c +++ b/clang/test/CodeGen/arm64_vadd.c @@ -1,4 +1,4 @@ -// RUN: %clang -O1 -target arm64-apple-ios7 -ffreestanding -S -o - -emit-llvm %s | FileCheck %s +// RUN: %clang_cc1 -O1 -triple arm64-apple-ios7 -ffreestanding -S -o - -emit-llvm %s | FileCheck %s // Test ARM64 SIMD add intrinsics #include <arm_neon.h> |

