aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Smiley <keithbsmiley@gmail.com>2024-10-11 18:10:38 -0700
committerGitHub <noreply@github.com>2024-10-11 18:10:38 -0700
commit24ac6cf4f7fe0dd4358614066e6159130f7f11e7 (patch)
tree65f145984321a7c77eec2adddeaba73b6cac0b77
parentfa81868fe6fb030675014da051e437913df0292c (diff)
downloadllvm-24ac6cf4f7fe0dd4358614066e6159130f7f11e7.zip
llvm-24ac6cf4f7fe0dd4358614066e6159130f7f11e7.tar.gz
llvm-24ac6cf4f7fe0dd4358614066e6159130f7f11e7.tar.bz2
[bazel] Port 58d97034c9c149d175c66440d31f46e9dfd4b760 (#112064)
-rw-r--r--utils/bazel/llvm-project-overlay/mlir/BUILD.bazel2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index e52439f..2a8e9a4 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -10603,6 +10603,7 @@ cc_library(
":AtomicInterfaces",
":AtomicInterfacesIncGen",
":ControlFlowInterfaces",
+ ":ConvertToLLVMInterface",
":FuncDialect",
":IR",
":LLVMDialect",
@@ -10650,6 +10651,7 @@ cc_library(
":ArithToLLVM",
":ControlFlowToLLVM",
":ConversionPassIncGen",
+ ":ConvertToLLVMInterface",
":FuncToLLVM",
":LLVMCommonConversion",
":LLVMDialect",