[PATCH] D152202: fix build issue on bazel

Aart Bik via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 5 15:33:57 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG62a06d82242a: fix build issue on bazel (authored by aartbik).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152202

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
@@ -670,6 +670,7 @@
         ":BuiltinToLLVMIRTranslation",
         ":ExecutionEngineUtils",
         ":LLVMToLLVMIRTranslation",
+        ":OpenMPToLLVMIRTranslation",
         "//llvm:OrcJIT",
         "//llvm:Support",
     ],


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152202.528606.patch
Type: text/x-patch
Size: 464 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230605/3d031a7d/attachment.bin>


More information about the llvm-commits mailing list