commit | 233a4d7124ecf9611804e3c75102cdcf7d2fd074 | [log] [tgz] |
---|---|---|
author | Tim Northover <t.p.northover@gmail.com> | Sun May 19 19:44:56 2013 +0000 |
committer | Tim Northover <t.p.northover@gmail.com> | Sun May 19 19:44:56 2013 +0000 |
tree | 484d7b7b28c0d718a3b8ef77170df0c84eca388d | |
parent | 00ce0f6512a36ff18fcd223dfebc5469e3600652 [diff] [blame] |
AArch64: enable MCJIT unittests git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182217 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp b/unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp index 07ea1af..2918812 100644 --- a/unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp +++ b/unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp
@@ -29,6 +29,7 @@ // 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);