Adding tests for PIC with MCJIT
authorAndrew Kaylor <andrew.kaylor@intel.com>
Mon, 19 Aug 2013 21:08:35 +0000 (21:08 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Mon, 19 Aug 2013 21:08:35 +0000 (21:08 +0000)
commit8227d0f1857c03349f0c5f8ee17e809cee66b217
treeae7400b3fd3bcc31793445207d2c1e4e03477020
parentf04e4efcaa02012b7943b44c61b321a0fb5e1a72
Adding tests for PIC with MCJIT

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188709 91177308-0d34-0410-b5e6-96231b3b80d8
test/ExecutionEngine/MCJIT/eh-lg-pic.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/eh-sm-pic.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/hello-sm-pic.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/remote/stubs-sm-pic.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/stubs-sm-pic.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll [new file with mode: 0644]