[PATCH] D157758: [bazel] Fix build
Anlun Xu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 11 14:50:48 PDT 2023
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd3e217d4618d: [bazel] Fix build (authored by anlunx).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157758/new/
https://reviews.llvm.org/D157758
Files:
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Index: utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -4651,6 +4651,7 @@
name = "GPUOpsTdFiles",
srcs = [
"include/mlir/Dialect/GPU/IR/CompilationAttrInterfaces.td",
+ "include/mlir/Dialect/GPU/IR/CompilationAttrs.td",
"include/mlir/Dialect/GPU/IR/GPUBase.td",
"include/mlir/Dialect/GPU/IR/GPUOps.td",
"include/mlir/Dialect/GPU/IR/ParallelLoopMapperAttr.td",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157758.549526.patch
Type: text/x-patch
Size: 594 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230811/bcfe2aa2/attachment.bin>
More information about the llvm-commits
mailing list