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 843567a commit 3d0c4bbCopy full SHA for 3d0c4bb
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -12700,8 +12700,8 @@ cc_library(
12700
deps = [
12701
":DialectUtils",
12702
":IR",
12703
- ":Support",
12704
":MemOpInterfacesIncGen",
+ ":Support",
12705
],
12706
)
12707
utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
@@ -58,7 +58,7 @@ expand_template(
58
"@MLIR_RUN_CUDA_SM80_LT_TESTS@": "0",
59
"@MLIR_RUN_CUDA_SM90_TESTS@": "0",
60
"@MLIR_INCLUDE_INTEGRATION_TESTS@": "0",
61
- "@SHLIBDIR@": package_path("//llvm:BUILD")
+ "@SHLIBDIR@": package_path("//llvm:BUILD"),
62
},
63
template = "lit.site.cfg.py.in",
64
0 commit comments