[all-commits] [llvm/llvm-project] 1876a8: [llvm-exegesis] Require RISCV Target for new test

Aiden Grossman via All-commits all-commits at lists.llvm.org
Wed Mar 26 12:06:57 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1876a89b259b04af28ca0ffbcff36d5e9e2eb71a
      https://github.com/llvm/llvm-project/commit/1876a89b259b04af28ca0ffbcff36d5e9e2eb71a
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2025-03-26 (Wed, 26 Mar 2025)

  Changed paths:
    M llvm/test/tools/llvm-exegesis/X86/mcpu_not_set_during_cross_compilation.s

  Log Message:
  -----------
  [llvm-exegesis] Require RISCV Target for new test

This test was causing buildbot failures because it requires both the
RISCV and X86 targets to be enabled to run successfully. It already
requires the X86 target by virtue of being in the X86/ test directory,
but failed to require the RISCV target, which this patch corrects.



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