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 5eea09e commit ad9ccafCopy full SHA for ad9ccaf
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -947,14 +947,7 @@ cc_library(
947
]) + [
948
# To avoid a dependency cycle.
949
"include/llvm/Analysis/IVDescriptors.h",
950
- "include/llvm/CodeGen/GenVT.inc",
951
- ] + glob(
952
- # To avoid a dependency cycle.
953
- [
954
- "include/llvm/CodeGen/**/*.h",
955
- "include/llvm/CodeGenTypes/**/*.h",
956
- ],
957
- ),
+ ],
958
hdrs = glob(
959
[
960
"include/llvm/*.h",
0 commit comments