From 233a4d7124ecf9611804e3c75102cdcf7d2fd074 Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Sun, 19 May 2013 19:44:56 +0000 Subject: AArch64: enable MCJIT unittests git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182217 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/ExecutionEngine/MCJIT/MCJITTestBase.h | 1 + 1 file changed, 1 insertion(+) (limited to 'unittests/ExecutionEngine/MCJIT/MCJITTestBase.h') diff --git a/unittests/ExecutionEngine/MCJIT/MCJITTestBase.h b/unittests/ExecutionEngine/MCJIT/MCJITTestBase.h index e99aa99160..71f2bc58f4 100644 --- a/unittests/ExecutionEngine/MCJIT/MCJITTestBase.h +++ b/unittests/ExecutionEngine/MCJIT/MCJITTestBase.h @@ -44,6 +44,7 @@ protected: // The architectures below are known to be compatible with MCJIT as they // are copied from test/ExecutionEngine/MCJIT/lit.local.cfg and should be // kept in sync. + SupportedArchs.push_back(Triple::aarch64); SupportedArchs.push_back(Triple::arm); SupportedArchs.push_back(Triple::mips); SupportedArchs.push_back(Triple::x86); -- cgit v1.2.3