[PATCH] D115472: [bazel] Exclude MLModelRunnerTest.cpp
Mircea Trofin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 9 14:55:26 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.
Until we figure MLGO + bazel, exclude this unittest (same as
TFUtilsTest.cpp)
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D115472
Files:
utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel
Index: utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel
@@ -38,6 +38,7 @@
exclude = [
# TODO: Add this file to the build.
"Analysis/TFUtilsTest.cpp",
+ "Analysis/MLModelRunnerTest.cpp"
],
),
deps = [
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115472.393294.patch
Type: text/x-patch
Size: 472 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211209/582e57ff/attachment.bin>
More information about the llvm-commits
mailing list