[llvm] lit_test : check if there is already a deps key in kwargs (PR #87290)
Abhinav Gunjal via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 1 15:44:04 PDT 2024
================
@@ -35,7 +35,7 @@ def lit_test(
args = args + ["-v"] + ["$(execpath %s)" % src for src in srcs],
data = data + srcs,
legacy_create_init = False,
- deps = [Label("//llvm:lit")],
+ deps = [Label("//llvm:lit")] + kwargs.pop("deps", []),
----------------
abhigunj wrote:
Thanks you for the review, updated.
https://github.com/llvm/llvm-project/pull/87290
More information about the llvm-commits
mailing list