diff options
Diffstat (limited to 'clang/test/CodeGen/arm64_vcopy.c')
| -rw-r--r-- | clang/test/CodeGen/arm64_vcopy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/arm64_vcopy.c b/clang/test/CodeGen/arm64_vcopy.c index d01b7d0d351..7283909f491 100644 --- a/clang/test/CodeGen/arm64_vcopy.c +++ b/clang/test/CodeGen/arm64_vcopy.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 copy vector element to vector element: vcopyq_lane* |

