[PATCH] D152202: fix build issue on bazel
Aart Bik via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 5 15:16:08 PDT 2023
aartbik created this revision.
aartbik added a reviewer: Peiming.
Herald added subscribers: bviyer, Moerafaat, zero9178, bzcheeseman, sdasgup3, wenzhicui, wrengr, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini, bixia.
Herald added a project: All.
aartbik requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, jplehr, sstefan1, stephenneuendorffer, nicolasvasilache.
Herald added a project: LLVM.
Needed to fix:
https://github.com/llvm/llvm-project/commit/53a5c3ab4dbe434753e0e4e3505efa2e5692e752
https://github.com/llvm/llvm-project/commit/db7cc0348c9a0aa44b23948949afef488d5083dd
Repository:
rG LLVM Github Monorepo
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.528598.patch
Type: text/x-patch
Size: 464 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230605/ac06c448/attachment.bin>
More information about the llvm-commits
mailing list