[lit] Remove undefined keyword from an MCJIT test
authorPaul Robinson <paul.robinson@sony.com>
Mon, 31 Oct 2022 17:51:29 +0000 (10:51 -0700)
committerPaul Robinson <paul.robinson@sony.com>
Mon, 31 Oct 2022 17:51:29 +0000 (10:51 -0700)
commit295500d57bbd50f4e374819e0c5777aee2adf7f0
tree125d3c70a76e10035aa39f00b5c0a900d0248b8b
parentcf6a3dc1bc910f087037a9f9c44a41676d89ebbe
[lit] Remove undefined keyword from an MCJIT test

Changed 'XFAIL: mcjit-ia32' to 'XFAIL: i686 && windows' because the
'mcjit-ia32 feature isn't defined anywhere, or used anywhere else.

I found this as part of other work to clean up lit keywords, so
I figured I would go ahead and fix it.  Verified by hacking my
lit.site.cfg.py so host_triple = target_triple = "i686-pc-windows-msvc"
and the test correctly reported XFAIL, while "i686-pc-linux" passes.
llvm/test/ExecutionEngine/MCJIT/2005-12-02-TailCallBug.ll