summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/BuiltinsAArch64.def
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2014-05-24 12:51:25 +0000
committerTim Northover <tnorthover@apple.com>2014-05-24 12:51:25 +0000
commit646ddb51d236607c49284a6b0c4d5ce672a070fa (patch)
tree25125e3c34706a276f35848efd91ad2e89a1355d /include/clang/Basic/BuiltinsAArch64.def
parent7302a74fb4e753ee1c1b5fefb8f61b90a3cf0d9a (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209578 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/BuiltinsAArch64.def')
-rw-r--r--include/clang/Basic/BuiltinsAArch64.def20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/clang/Basic/BuiltinsAArch64.def b/include/clang/Basic/BuiltinsAArch64.def
deleted file mode 100644
index a0a0a5df27..0000000000
--- a/include/clang/Basic/BuiltinsAArch64.def
+++ /dev/null
@@ -1,20 +0,0 @@
-//===-- BuiltinsAArch64.def - AArch64 Builtin function database -*- C++ -*-===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-//
-// This file defines the AArch64-specific builtin function database. Users of
-// this file must define the BUILTIN macro to make use of this information.
-//
-//===----------------------------------------------------------------------===//
-
-// The format of this database matches clang/Basic/Builtins.def.
-
-// In libgcc
-BUILTIN(__clear_cache, "vv*v*", "i")
-
-#undef BUILTIN