[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:51:29 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rGced5fd8dbf90: [bazel][mlgo] Remove the mlgo-related build excludes (authored by mtrofin).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114970/new/
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.391372.patch
Type: text/x-patch
Size: 1013 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211202/fa2a16c1/attachment.bin>
More information about the llvm-commits
mailing list