[Orc][MCJIT] Remove the small code model regression tests.
authorLang Hames <lhames@gmail.com>
Tue, 31 Mar 2015 18:19:25 +0000 (18:19 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 31 Mar 2015 18:19:25 +0000 (18:19 +0000)
commit89ddc1b326cd10a8c8b3c49aba8feb6ae0e3d09a
tree2a58134289dc335b68407b30d2545f05cc059f62
parent5b8131701d366b645ccbbb8aa76f050a9b8c178f
[Orc][MCJIT] Remove the small code model regression tests.

These regression tests are supposed to test small code model support, but have
been XFAIL'd because we don't have an in-tree memory manager that can guarantee
a small-code-model compatible memory layout. Unfortunately, they can
occasionally pass if they get lucky with memory allocation, causing unexpected
passes on the bots. That's not very helpful.

I'm going to remove these until we have the infrastructure (small-code-model
compatible memory manager) to run them properly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233722 91177308-0d34-0410-b5e6-96231b3b80d8
test/ExecutionEngine/MCJIT/hello-sm-pic.ll [deleted file]
test/ExecutionEngine/OrcMCJIT/hello-sm-pic.ll [deleted file]