[bazel][mlgo] Remove the mlgo-related build excludes

They aren't needed anymore, we handle conditional compilation in those
files.

Reviewed By: GMNGeoffrey

Differential Revision: https://reviews.llvm.org/D114970
This commit is contained in:
Mircea Trofin 2021-12-02 09:50:09 -08:00
parent 222442ec2d
commit ced5fd8dbf

View File

@ -849,23 +849,12 @@ cc_library(
"lib/Analysis/*.h",
"lib/Analysis/*.def",
],
exclude = [
# TODO(mtrofin): Add these files to the build.
"lib/Analysis/MLInlineAdvisor.cpp",
"lib/Analysis/DevelopmentModeInlineAdvisor.cpp",
"lib/Analysis/ReleaseModeModelRunner.cpp",
"lib/Analysis/TFUtils.cpp",
],
),
hdrs = glob(
[
"include/llvm/Analysis/*.h",
"include/llvm/Analysis/Utils/*.h",
],
exclude = [
# TODO(mtrofin): Add this file to the build.
"include/llvm/Analysis/Utils/TFUtils.h",
],
) + [
"include/llvm-c/Analysis.h",
"include/llvm-c/Initialization.h",