We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8102c commit 6526139Copy full SHA for 6526139
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -944,7 +944,10 @@ cc_library(
944
srcs = glob([
945
"lib/IR/*.cpp",
946
"lib/IR/*.h",
947
- ]),
+ ]) + [
948
+ # To avoid a dependency cycle.
949
+ "include/llvm/Analysis/IVDescriptors.h",
950
+ ],
951
hdrs = glob(
952
[
953
"include/llvm/*.h",
0 commit comments