[all-commits] [llvm/llvm-project] 295500: [lit] Remove undefined keyword from an MCJIT test

Paul T Robinson via All-commits all-commits at lists.llvm.org
Mon Oct 31 10:51:53 PDT 2022


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

  Changed paths:
    M llvm/test/ExecutionEngine/MCJIT/2005-12-02-TailCallBug.ll

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




More information about the All-commits mailing list