[bazel] Add a missing dependency after 1f971e23f0

This commit is contained in:
Benjamin Kramer 2022-03-02 00:20:08 +01:00
parent 44ff4df6de
commit 38406ca9bd

View file

@ -3484,6 +3484,7 @@ cc_library(
deps = [
":ArithmeticDialect",
":ArithmeticToLLVM",
":ControlFlowOps",
":ControlFlowToLLVM",
":ConversionPassIncGen",
":GPUCommonTransforms",