diff options
author | Tim Northover <tnorthover@apple.com> | 2014-05-24 12:51:25 +0000 |
---|---|---|
committer | Tim Northover <tnorthover@apple.com> | 2014-05-24 12:51:25 +0000 |
commit | 25e8a6754e3f4c447ddfe5b742c01c16cb050b67 (patch) | |
tree | 021b38deaa4234437746f2f6cee753c8dc59a2ce /clang/test/CodeGen/aarch64-inline-asm.c | |
parent | 3b0846e8f76899815159389be96d7184ad015a8a (diff) | |
download | bcm5719-llvm-25e8a6754e3f4c447ddfe5b742c01c16cb050b67.tar.gz bcm5719-llvm-25e8a6754e3f4c447ddfe5b742c01c16cb050b67.zip |
AArch64/ARM64: update Clang after AArch64 removal.
A few (mostly CodeGen) parts of Clang were tightly coupled to the
AArch64 backend. Now that it's gone, they will not even compile.
I've also deduplicated RUN lines in many of the AArch64 tests. This
might improve "make check-all" time noticably: some of those NEON
tests were monsters.
llvm-svn: 209578
Diffstat (limited to 'clang/test/CodeGen/aarch64-inline-asm.c')
-rw-r--r-- | clang/test/CodeGen/aarch64-inline-asm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGen/aarch64-inline-asm.c b/clang/test/CodeGen/aarch64-inline-asm.c index 8dd2e34f594..c7ce3758fef 100644 --- a/clang/test/CodeGen/aarch64-inline-asm.c +++ b/clang/test/CodeGen/aarch64-inline-asm.c @@ -1,4 +1,3 @@ -// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -emit-llvm -o - %s | FileCheck %s // RUN: %clang_cc1 -triple arm64-none-linux-gnu -emit-llvm -o - %s | FileCheck %s // The only part clang really deals with is the lvalue/rvalue |