diff options
author | Tim Northover <t.p.northover@gmail.com> | 2013-05-19 19:44:56 +0000 |
---|---|---|
committer | Tim Northover <t.p.northover@gmail.com> | 2013-05-19 19:44:56 +0000 |
commit | c17f3f75c56aa6b380b2933a46872b83441971a6 (patch) | |
tree | 105ae65833af80884d6bbbb0659840571bf22eb7 /llvm/unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp | |
parent | ead983cec99c2025614f2374e895a963f7a17bc7 (diff) | |
download | bcm5719-llvm-c17f3f75c56aa6b380b2933a46872b83441971a6.tar.gz bcm5719-llvm-c17f3f75c56aa6b380b2933a46872b83441971a6.zip |
AArch64: enable MCJIT unittests
llvm-svn: 182217
Diffstat (limited to 'llvm/unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp')
-rw-r--r-- | llvm/unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp b/llvm/unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp index 07ea1afe1a8..291881297f3 100644 --- a/llvm/unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp +++ b/llvm/unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp @@ -29,6 +29,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); |