diff options
Diffstat (limited to 'clang/test/CodeGen/arm64_vsli.c')
| -rw-r--r-- | clang/test/CodeGen/arm64_vsli.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/arm64_vsli.c b/clang/test/CodeGen/arm64_vsli.c index 7a1813d0c8f..bce14461d0b 100644 --- a/clang/test/CodeGen/arm64_vsli.c +++ b/clang/test/CodeGen/arm64_vsli.c @@ -1,5 +1,5 @@ -// RUN: %clang -O1 -target arm64-apple-ios7 -ffreestanding -S -o - -emit-llvm %s | FileCheck %s -// RUN: %clang -O1 -target arm64-apple-ios7 -ffreestanding -S -o - %s | \ +// RUN: %clang_cc1 -O1 -triple arm64-apple-ios7 -ffreestanding -S -o - -emit-llvm %s | FileCheck %s +// RUN: %clang_cc1 -O1 -triple arm64-apple-ios7 -ffreestanding -S -o - %s | \ // RUN: FileCheck -check-prefix=CHECK_CODEGEN %s // REQUIRES: arm64-registered-target // Test |

