summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/test-return.ll
Commit message (Collapse)AuthorAgeFilesLines
* Remove a number of redundant ExecutionEngine regression tests.Lang Hames2015-01-241-8/+0
| | | | | | | | These tests used to test the legacy JIT but since that has been removed they're just redundantly testing MCJIT. Remove them and just leave their counterparts in test/ExecutionEngine/MCJIT. llvm-svn: 227010
* Remove "XFAIL: arm" from test/ExecutionEngine/test-return.llEli Bendersky2012-01-171-1/+0
| | | | | | The test passes on ARM bots llvm-svn: 148315
* Additional ExecutionEngine tests, as part of bringing up the MCJIT on ELFEli Bendersky2012-01-171-0/+9
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 llvm-svn: 148299
OpenPOWER on IntegriCloud