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 9fb2378 commit c15611aCopy full SHA for c15611a
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -956,8 +956,8 @@ cc_library(
956
) + [
957
"include/llvm-c/Comdat.h",
958
"include/llvm-c/DebugInfo.h",
959
- "include/llvm/Analysis/ValueTracking.h",
960
"include/llvm/Analysis/SimplifyQuery.h",
+ "include/llvm/Analysis/ValueTracking.h",
961
"include/llvm/Analysis/WithCache.h",
962
] + [":llvm_intrinsics_headers"],
963
copts = llvm_copts,
@@ -2742,6 +2742,7 @@ cc_library(
2742
":Analysis",
2743
":BitReader",
2744
":BitWriter",
2745
+ ":CGData",
2746
":CodeGen",
2747
":CodeGenTypes",
2748
":Core",
0 commit comments