[PATCH] D111876: Adds //mlir:GPUTransforms dependency to //llvm:MC as the former includesheaders from the latter.
Bogdan Graur via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 15 04:46:34 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG6a89fefd13cd: Adds //mlir:GPUTransforms dependency to //llvm:MC as the former includes (authored by bgraur).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111876/new/
https://reviews.llvm.org/D111876
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
@@ -2849,6 +2849,7 @@
":ToLLVMIRTranslation",
":LLVMToLLVMIRTranslation",
"//llvm:Core",
+ "//llvm:MC",
"//llvm:Support",
"//llvm:Target",
] + if_cuda_available([
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111876.379968.patch
Type: text/x-patch
Size: 453 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211015/3793a13d/attachment.bin>
More information about the llvm-commits
mailing list