Skip to content

Commit 850ee79

Browse files
author
Dmitry Chernenkov
committed
[Bazel] Port fa824dc
1 parent a36aca5 commit 850ee79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -956,6 +956,9 @@ cc_library(
956956
) + [
957957
"include/llvm-c/Comdat.h",
958958
"include/llvm-c/DebugInfo.h",
959+
"include/llvm/Analysis/ValueTracking.h",
960+
"include/llvm/Analysis/SimplifyQuery.h",
961+
"include/llvm/Analysis/WithCache.h",
959962
] + [":llvm_intrinsics_headers"],
960963
copts = llvm_copts,
961964
textual_hdrs = glob(["include/llvm/IR/*.def"]),

0 commit comments

Comments
 (0)