[llvm][Bazel] Exclude TrainingLoggerTest.cpp from build.
authorAdrian Kuegel <akuegel@google.com>
Thu, 4 Aug 2022 06:48:17 +0000 (08:48 +0200)
committerAdrian Kuegel <akuegel@google.com>
Thu, 4 Aug 2022 06:48:17 +0000 (08:48 +0200)
It requires a google protobuf dependency.

utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel

index c8992b2..34445a5 100644 (file)
@@ -38,6 +38,7 @@ cc_test(
         exclude = [
             # TODO: Add this file to the build.
             "Analysis/TFUtilsTest.cpp",
+            "Analysis/TrainingLoggerTest.cpp",
             "Analysis/MLModelRunnerTest.cpp",
         ],
     ),