Skip to content

Commit bc32896

Browse files
committed
[llvm][Bazel] Exclude TrainingLoggerTest.cpp from build.
It requires a google protobuf dependency.
1 parent 84d4bb7 commit bc32896

File tree

1 file changed

+1
-0
lines changed
  • utils/bazel/llvm-project-overlay/llvm/unittests

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ cc_test(
3838
exclude = [
3939
# TODO: Add this file to the build.
4040
"Analysis/TFUtilsTest.cpp",
41+
"Analysis/TrainingLoggerTest.cpp",
4142
"Analysis/MLModelRunnerTest.cpp",
4243
],
4344
),

0 commit comments

Comments
 (0)