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 6323541 commit 24c4bbaCopy full SHA for 24c4bba
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -985,6 +985,8 @@ cc_library(
985
"include/llvm/Analysis/SimplifyQuery.h",
986
"include/llvm/Analysis/ValueTracking.h",
987
"include/llvm/Analysis/WithCache.h",
988
+ "include/llvm/ProfileData/InstrProf.h",
989
+ "include/llvm/ProfileData/InstrProfData.inc",
990
] + [":llvm_intrinsics_headers"],
991
copts = llvm_copts,
992
textual_hdrs = glob([
0 commit comments