From 25e8a6754e3f4c447ddfe5b742c01c16cb050b67 Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Sat, 24 May 2014 12:51:25 +0000 Subject: 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 --- clang/test/CodeGen/aarch64-inline-asm.c | 1 - 1 file changed, 1 deletion(-) (limited to 'clang/test/CodeGen/aarch64-inline-asm.c') 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 -- cgit v1.2.3