Skip to content

Commit 24c4bba

Browse files
committed
[bazel] Quick fix for #145584 (Core deps ProfileData/InstrProf.h)
1 parent 6323541 commit 24c4bba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -985,6 +985,8 @@ cc_library(
985985
"include/llvm/Analysis/SimplifyQuery.h",
986986
"include/llvm/Analysis/ValueTracking.h",
987987
"include/llvm/Analysis/WithCache.h",
988+
"include/llvm/ProfileData/InstrProf.h",
989+
"include/llvm/ProfileData/InstrProfData.inc",
988990
] + [":llvm_intrinsics_headers"],
989991
copts = llvm_copts,
990992
textual_hdrs = glob([

0 commit comments

Comments
 (0)