diff options
Diffstat (limited to 'clang/test/CodeGenCXX/int64_uint64.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/int64_uint64.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/CodeGenCXX/int64_uint64.cpp b/clang/test/CodeGenCXX/int64_uint64.cpp index f09a5e6f1a0..aad6ea0b741 100644 --- a/clang/test/CodeGenCXX/int64_uint64.cpp +++ b/clang/test/CodeGenCXX/int64_uint64.cpp @@ -1,9 +1,7 @@ -// REQUIRES: arm-registered-target // RUN: %clang_cc1 -triple arm-linux-guneabi \ // RUN: -target-cpu cortex-a8 \ // RUN: -emit-llvm -w -O1 -o - %s | FileCheck --check-prefix=CHECK-ARM %s -// REQUIRES: aarch64-registered-target // RUN: %clang_cc1 -triple arm64-linux-gnueabi \ // RUN: -target-feature +neon \ // RUN: -emit-llvm -w -O1 -o - %s | FileCheck --check-prefix=CHECK-AARCH64 %s |