[PATCH] D157758: [bazel] Fix build
Anlun Xu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 11 14:47:12 PDT 2023
anlunx created this revision.
Herald added subscribers: bviyer, Moerafaat, zero9178, bzcheeseman, sdasgup3, wenzhicui, wrengr, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini.
Herald added a reviewer: ThomasRaoux.
Herald added a project: All.
anlunx requested review of this revision.
Herald added subscribers: llvm-commits, stephenneuendorffer, nicolasvasilache.
Herald added a project: LLVM.
Repository:
rG LLVM Github Monorepo
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.549523.patch
Type: text/x-patch
Size: 594 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230811/496d559c/attachment.bin>
More information about the llvm-commits
mailing list