[PATCH] D146461: modify dir of dep in OpenMPCommon

Benjamin Kramer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 20 15:34:27 PDT 2023


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGff48a2925fa3: modify dir of dep in OpenMPCommon (authored by yijia1212, committed by bkramer).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146461/new/

https://reviews.llvm.org/D146461

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


Index: utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -6762,8 +6762,8 @@
     deps = [
         ":IR",
         ":Support",
-        "//third_party/llvm/llvm-project/llvm:Core",
-        "//third_party/llvm/llvm-project/llvm:FrontendOpenMP",
+        "//llvm:Core",
+        "//llvm:FrontendOpenMP",
     ],
 )
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146461.506756.patch
Type: text/x-patch
Size: 495 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230320/43f8ce64/attachment.bin>


More information about the llvm-commits mailing list