[lit] Define keyword used by MCJIT test
authorPaul Robinson <paul.robinson@sony.com>
Tue, 25 Oct 2022 16:22:35 +0000 (09:22 -0700)
committerPaul Robinson <paul.robinson@sony.com>
Tue, 25 Oct 2022 16:24:32 +0000 (09:24 -0700)
commit6d859266803e2a9060c4e8770f92cc2c7bd05a3b
treef230a636b4a6b462f741dd6d5212809d373a433d
parent50fe87a5c8597eb72e6055356fa7dad364756ff7
[lit] Define keyword used by MCJIT test

test/ExecutionEngine/MCJIT/2005-12-02-TailCallBug.ll has
'XFAIL: mcjit-ia32' but that feature isn't defined anywhere, so
the XFAIL can't have any effect.  This has not been a problem
because apparently there are no 32-bit x86 bots out there.

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.
llvm/test/lit.cfg.py