Additional ExecutionEngine tests, as part of bringing up the MCJIT on ELF
authorEli Bendersky <eli.bendersky@intel.com>
Tue, 17 Jan 2012 09:14:54 +0000 (09:14 +0000)
committerEli Bendersky <eli.bendersky@intel.com>
Tue, 17 Jan 2012 09:14:54 +0000 (09:14 +0000)
commita7f99f28a71635e83d85c68c47ca0fc20ec68400
treef4fefe779a5038b141033a1b3dbcd2311b3f2d0b
parent0b94b5f52b11092a69267159dfe0df3acdfcabd7
Additional ExecutionEngine tests, as part of bringing up the MCJIT on ELF
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
test/ExecutionEngine/test-call-no-external-funcs.ll [new file with mode: 0644]
test/ExecutionEngine/test-common-symbols.ll [new file with mode: 0644]
test/ExecutionEngine/test-fp-no-external-funcs.ll [new file with mode: 0644]
test/ExecutionEngine/test-global-init-nonzero.ll [new file with mode: 0644]
test/ExecutionEngine/test-global.ll [new file with mode: 0644]
test/ExecutionEngine/test-local.ll [new file with mode: 0644]
test/ExecutionEngine/test-return.ll [new file with mode: 0644]