[all-commits] [llvm/llvm-project] dd5797: lit_test : check if there is already a deps key in...

Abhinav Gunjal via All-commits all-commits at lists.llvm.org
Mon Apr 1 17:36:32 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dd5797505ebc2dbfdd58927c4f0a11a1256696eb
      https://github.com/llvm/llvm-project/commit/dd5797505ebc2dbfdd58927c4f0a11a1256696eb
  Author: Abhinav Gunjal <agunjal at google.com>
  Date:   2024-04-01 (Mon, 01 Apr 2024)

  Changed paths:
    M utils/bazel/llvm-project-overlay/llvm/lit_test.bzl

  Log Message:
  -----------
  lit_test : check if there is already a deps key in kwargs (#87290)

This change checks if there is already a `deps` key in `kwargs` and
concatenate it to avoid multiple values for `deps` key argument.

background:
https://github.com/llvm/llvm-project/pull/87022 recently added explicit
`deps` to the lit_test. This is causing StableHLO bazel build failures
at
https://github.com/openxla/stablehlo/actions/runs/8511888283/job/23312383380?pr=2147

Tested: local build run is successful



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