[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)
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

index 3cde5e9..28415f9 100644 (file)
@@ -1,7 +1,7 @@
 ; PR672
 ; RUN: %lli -jit-kind=mcjit %s
 ; RUN: %lli %s
-; XFAIL: mcjit-ia32
+; XFAIL: i686 && windows
 
 define i32 @main() {
        %f = bitcast i32 (i32, i32*, i32)* @check_tail to i32*          ; <i32*> [#uses=1]