diff options
author | Yifei Xu <yifei.xu@utexas.edu> | 2024-12-16 22:39:10 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-16 22:39:10 -0600 |
commit | e2a94a97bdf26198ab254d61ee4be23a140dab2d (patch) | |
tree | a09a180eb2b4eed4a7bbdadb0bac3b93b8e088fb | |
parent | 2806705c4bf69cbb1a8e482104efb9429bb50683 (diff) | |
download | llvm-e2a94a97bdf26198ab254d61ee4be23a140dab2d.zip llvm-e2a94a97bdf26198ab254d61ee4be23a140dab2d.tar.gz llvm-e2a94a97bdf26198ab254d61ee4be23a140dab2d.tar.bz2 |
Update BUILD.bazel
Fix bazel build after https://github.com/llvm/llvm-project/pull/120116
-rw-r--r-- | utils/bazel/llvm-project-overlay/mlir/BUILD.bazel | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel index 803854b..a5251df 100644 --- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel @@ -6700,6 +6700,7 @@ cc_library( deps = [ ":GPUDialect", ":GPUToLLVMIRTranslation", + ":IR", ":LLVMToLLVMIRTranslation", ":ROCDLDialect", ":ROCDLToLLVMIRTranslation", |