From 7428539a1c3c4bd70961cc3e5269d018a813b971 Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Sat, 4 May 2013 20:14:22 +0000 Subject: AArch64: enable MCJIT and tests now that everything passes. This removes dire warnings about AArch64 being unsupported and enables the tests when appropriate on this platform. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181135 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Target') diff --git a/lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp b/lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp index b8099cb26b..fc706a4cd4 100644 --- a/lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp +++ b/lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp @@ -19,6 +19,6 @@ using namespace llvm; Target llvm::TheAArch64Target; extern "C" void LLVMInitializeAArch64TargetInfo() { - RegisterTarget + RegisterTarget X(TheAArch64Target, "aarch64", "AArch64"); } -- cgit v1.2.3-18-g5258