Skip to content

Commit f7be5f6

Browse files
committed
[mlir] Fix BUILD.bazel for CAPITarget
1 parent 4f0bea4 commit f7be5f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,8 +601,8 @@ mlir_c_api_cc_library(
601601
":Support",
602602
":ToLLVMIRTranslation",
603603
":ToLLVMIRTranslationRegistration",
604-
"//third_party/llvm/llvm-project/llvm:Core",
605-
"//third_party/llvm/llvm-project/llvm:Support",
604+
"//llvm:Core",
605+
"//llvm:Support",
606606
],
607607
)
608608

0 commit comments

Comments
 (0)