diff options
author | Alp Toker <alp@nuanti.com> | 2014-06-30 01:34:09 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2014-06-30 01:34:09 +0000 |
commit | f082e73696f91b5bb9f18e4a36400d634cf99c9d (patch) | |
tree | a5050e9a397c3661c300b59599e17ccdcc8de7a3 /clang/test/CodeGenCXX/int64_uint64.cpp | |
parent | 7b463d5a07a3f18710c5ec4a6f9e3392ffe7a85b (diff) | |
download | bcm5719-llvm-f082e73696f91b5bb9f18e4a36400d634cf99c9d.tar.gz bcm5719-llvm-f082e73696f91b5bb9f18e4a36400d634cf99c9d.zip |
Remove some incorrect test suppressions
These don't actually require any registered backend to run.
This commit tests the water with a handful of fixes for what is a more
widespread problem.
llvm-svn: 212008
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 |