[PATCH] D111974: Fix bazel build.
Adrian Kuegel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 18 01:23:07 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG605efd5dd5bf: Fix bazel build. (authored by akuegel).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111974/new/
https://reviews.llvm.org/D111974
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
@@ -174,6 +174,8 @@
"lib/Support/*.cpp",
"lib/Support/*.h",
"lib/Support/*.inc",
+ # To avoid a dependency cycle.
+ "include/llvm/Option/*.h",
]) + select({
"@bazel_tools//src/conditions:windows": glob([
"lib/Support/Windows/*.h",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111974.380302.patch
Type: text/x-patch
Size: 532 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211018/e9c1d0a5/attachment.bin>
More information about the llvm-commits
mailing list