We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8258acb commit a48945dCopy full SHA for a48945d
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -8417,7 +8417,7 @@ cc_library(
8417
)
8418
8419
cc_library(
8420
- name = "ArithToAPFloat",
+ name = "ArithToAPFloat",
8421
srcs = glob(["lib/Conversion/ArithToAPFloat/*.cpp"]),
8422
hdrs = glob(["include/mlir/Conversion/ArithToAPFloat/*.h"]),
8423
includes = ["include"],
@@ -8427,9 +8427,9 @@ cc_library(
8427
":ArithUtils",
8428
":ConversionPassIncGen",
8429
":DialectUtils",
8430
- ":IR",
8431
":FuncDialect",
8432
":FuncUtils",
+ ":IR",
8433
":Pass",
8434
":TransformUtils",
8435
],
0 commit comments