Skip to content

Commit ff48a29

Browse files
yijia1212d0k
authored andcommitted
modify dir of dep in OpenMPCommon
Fix dir error of deps in OpenMPCommon bazel build Differential Revision: https://reviews.llvm.org/D146461
1 parent f05ac80 commit ff48a29

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
@@ -6762,8 +6762,8 @@ cc_library(
67626762
deps = [
67636763
":IR",
67646764
":Support",
6765-
"//third_party/llvm/llvm-project/llvm:Core",
6766-
"//third_party/llvm/llvm-project/llvm:FrontendOpenMP",
6765+
"//llvm:Core",
6766+
"//llvm:FrontendOpenMP",
67676767
],
67686768
)
67696769

0 commit comments

Comments
 (0)