[all-commits] [llvm/llvm-project] 724eea: [llvm][test] Change an XFAIL into a more correct R...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Thu May 1 05:27:50 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 724eea76544cd3fe4bc739886f3dd2bb92ee169d
      https://github.com/llvm/llvm-project/commit/724eea76544cd3fe4bc739886f3dd2bb92ee169d
  Author: Martin Storsjö <martin at martin.st>
  Date:   2025-05-01 (Thu, 01 May 2025)

  Changed paths:
    M llvm/test/ExecutionEngine/RuntimeDyld/X86/coff-alignment.ll

  Log Message:
  -----------
  [llvm][test] Change an XFAIL into a more correct REQUIRES (#137942)

As this test is about executing x86_64 code with "lli", we should only
try to do it if we actually execute on an x86_64 target. So instead of
XFAILing individual architectures that can't execute it, instead change
this into requiring an x86_64 target.

Also generalize the target triple form used; don't assume that the
vendor field is set to "pc" - many mingw toolchains use the vendor field
set to "w64".



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list