This test was failing on non-X86-64 platforms because stackmaps only work on X86-64.
authorFilip Pizlo <fpizlo@apple.com>
Fri, 21 Feb 2014 03:17:31 +0000 (03:17 +0000)
committerFilip Pizlo <fpizlo@apple.com>
Fri, 21 Feb 2014 03:17:31 +0000 (03:17 +0000)
commitb3cb707f935560e40e2c1b15922910e6246cccf5
tree911d3e7daa507dceab3ae4676efa8e4b2be33b06
parent9f5066c72c0aa77cc3a0a26f6e9f38af5daeeccb
This test was failing on non-X86-64 platforms because stackmaps only work on X86-64.

Disable it on non-X86-64 platforms and add a comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201838 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp