Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 61c2432

Browse files
authored
[bazel] Fix llvm reference
1 parent afd53ae commit 61c2432

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ mlir_c_api_cc_library(
696696
includes = ["include"],
697697
deps = [
698698
":LLVMDialect",
699-
"//third_party/llvm/llvm-project/llvm:Support",
699+
"//llvm:Support",
700700
],
701701
)
702702

0 commit comments

Comments
 (0)