[PATCH] D150764: [bazel] Fix missing dependencies for OpenMP
Guillaume Chatelet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 17 02:25:59 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 rG324e9de75efd: [bazel] Fix missing dependencies for OpenMP (authored by gchatelet).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150764/new/
https://reviews.llvm.org/D150764
Files:
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
Index: utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -1447,6 +1447,7 @@
]),
deps = [
":Analysis",
+ ":BitReader",
":Core",
":MC",
":Scalar",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150764.522965.patch
Type: text/x-patch
Size: 377 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230517/c66690df/attachment.bin>
More information about the llvm-commits
mailing list