Internal change
PiperOrigin-RevId: 345410276 Change-Id: If56fcc87e2b8cd47a156852bd920b49b9dc1cfb2
This commit is contained in:
parent
cbbb5d7b40
commit
7fa02aac5f
2
third_party/mlir/linalggen.bzl
vendored
2
third_party/mlir/linalggen.bzl
vendored
@ -27,7 +27,7 @@ def genlinalg(name, linalggen, src, linalg_outs):
|
||||
srcs = [src],
|
||||
outs = [out],
|
||||
tools = [linalggen],
|
||||
cmd = ("echo " + " ".join(base_args) + " -o $@; " + " ".join(base_args) + " -o $@"),
|
||||
cmd = (" ".join(base_args) + " -o $@"),
|
||||
)
|
||||
|
||||
# List of opts that do not generate cc files.
|
||||
|
Loading…
Reference in New Issue
Block a user