summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/test-return.ll
Commit message (Collapse)AuthorAge
* Remove "XFAIL: arm" from test/ExecutionEngine/test-return.llEli Bendersky2012-01-17
| | | | | | | | The test passes on ARM bots git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148315 91177308-0d34-0410-b5e6-96231b3b80d8
* Additional ExecutionEngine tests, as part of bringing up the MCJIT on ELFEli Bendersky2012-01-17
implementation. Currently lit still executes ExecutionEngine tests with JIT (not MCJIT) by default. MCJIT tests can be executed manually by calling llvm-lit with --param jit_impl=mcjit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148299 91177308-0d34-0410-b5e6-96231b3b80d8