mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 07:31:28 +00:00
[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:
parent
222442ec2d
commit
ced5fd8dbf
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user