[all-commits] [llvm/llvm-project] 6d8592: [lit] Define keyword used by MCJIT test

Paul T Robinson via All-commits all-commits at lists.llvm.org
Tue Oct 25 09:24:48 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6d859266803e2a9060c4e8770f92cc2c7bd05a3b
      https://github.com/llvm/llvm-project/commit/6d859266803e2a9060c4e8770f92cc2c7bd05a3b
  Author: Paul Robinson <paul.robinson at sony.com>
  Date:   2022-10-25 (Tue, 25 Oct 2022)

  Changed paths:
    M llvm/test/lit.cfg.py

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list