[PATCH] D114970: [bazel][mlgo] Remove the mlgo-related build excludes
Mircea Trofin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 2 09:41:10 PST 2021
mtrofin created this revision.
mtrofin added a reviewer: GMNGeoffrey.
mtrofin requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
They aren't needed anymore, we handle conditional compilation in those
files.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D114970
Files:
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
Index: utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -849,23 +849,12 @@
"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",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114970.391364.patch
Type: text/x-patch
Size: 1013 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211202/62060a93/attachment.bin>
More information about the llvm-commits
mailing list