Remove the JIT EH/small code model tests for now.
authorLang Hames <lhames@gmail.com>
Wed, 19 Oct 2016 22:19:38 +0000 (22:19 +0000)
committerLang Hames <lhames@gmail.com>
Wed, 19 Oct 2016 22:19:38 +0000 (22:19 +0000)
commit412d045e81d97ff4600af6e98c7c329de9f4c3f5
treede66ab35eb1a8474361d841cc331ce2b6d6fb90c
parentc5452ed941909c04dcae6466677b4dffcf88e09e
Remove the JIT EH/small code model tests for now.

These tests rely on two sections being allocated with a limited displacement
from one to the other to work. We've never guaranteed this, and consequently
these tests usually fail. That led to them being XFAILed, but now they XPASS
whenever the sections do happen to be allocated nearby in memory. So I'm
removing these for now to get rid of the noise. We can re-instate them if/when
we take the time to implement a displacement-respecting allocator.

llvm-svn: 284654
llvm/test/ExecutionEngine/MCJIT/eh-sm-pic.ll [deleted file]
llvm/test/ExecutionEngine/OrcMCJIT/eh-sm-pic.ll [deleted file]