Skip to content

Commit c15611a

Browse files
committed
[bazel] port dc85d52
1 parent 9fb2378 commit c15611a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/bazel/llvm-project-overlay/llvm/BUILD.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,8 +956,8 @@ cc_library(
956956
) + [
957957
"include/llvm-c/Comdat.h",
958958
"include/llvm-c/DebugInfo.h",
959-
"include/llvm/Analysis/ValueTracking.h",
960959
"include/llvm/Analysis/SimplifyQuery.h",
960+
"include/llvm/Analysis/ValueTracking.h",
961961
"include/llvm/Analysis/WithCache.h",
962962
] + [":llvm_intrinsics_headers"],
963963
copts = llvm_copts,
@@ -2742,6 +2742,7 @@ cc_library(
27422742
":Analysis",
27432743
":BitReader",
27442744
":BitWriter",
2745+
":CGData",
27452746
":CodeGen",
27462747
":CodeGenTypes",
27472748
":Core",

0 commit comments

Comments
 (0)