From: Adrian Kuegel Date: Thu, 4 Aug 2022 06:48:17 +0000 (+0200) Subject: [llvm][Bazel] Exclude TrainingLoggerTest.cpp from build. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc32896e9f39c1c64528840d78c8a07aad2ad313;p=platform%2Fupstream%2Fllvm.git [llvm][Bazel] Exclude TrainingLoggerTest.cpp from build. It requires a google protobuf dependency. --- diff --git a/utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel b/utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel index c8992b2..34445a5 100644 --- a/utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel @@ -38,6 +38,7 @@ cc_test( exclude = [ # TODO: Add this file to the build. "Analysis/TFUtilsTest.cpp", + "Analysis/TrainingLoggerTest.cpp", "Analysis/MLModelRunnerTest.cpp", ], ),