summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorSiva Chandra Reddy <sivachandra@google.com>2023-04-14 22:11:33 +0000
committerSiva Chandra Reddy <sivachandra@google.com>2023-04-17 15:48:18 +0000
commitdcf296b54134cfa4c59d91ef0e143c951194feef (patch)
treebbd98b94b9643966e1d7ce1808770e636f61badf /utils
parent21b68422c84087719ec0f6c216e506d177ac64fd (diff)
downloadllvm-dcf296b54134cfa4c59d91ef0e143c951194feef.tar.gz
[libc][NFC] Remove the StreamWrapper class and use the new test logger.
Reviewed By: lntue Differential Revision: https://reviews.llvm.org/D148452
Diffstat (limited to 'utils')
-rw-r--r--utils/bazel/llvm-project-overlay/libc/test/UnitTest/BUILD.bazel1
-rw-r--r--utils/bazel/llvm-project-overlay/libc/utils/testutils/BUILD.bazel2
2 files changed, 0 insertions, 3 deletions
diff --git a/utils/bazel/llvm-project-overlay/libc/test/UnitTest/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/test/UnitTest/BUILD.bazel
index 7810735ef4b2..f37b4d3507d6 100644
--- a/utils/bazel/llvm-project-overlay/libc/test/UnitTest/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/test/UnitTest/BUILD.bazel
@@ -50,7 +50,6 @@ cc_library(
name = "fp_test_helpers",
srcs = [
"FPExceptMatcher.cpp",
- "FPMatcher.cpp",
],
hdrs = [
"FPExceptMatcher.h",
diff --git a/utils/bazel/llvm-project-overlay/libc/utils/testutils/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/utils/testutils/BUILD.bazel
index 1e07e4a2676b..f0e477ad6e6d 100644
--- a/utils/bazel/llvm-project-overlay/libc/utils/testutils/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/utils/testutils/BUILD.bazel
@@ -12,13 +12,11 @@ cc_library(
"ExecuteFunctionUnix.cpp",
"FDReaderUnix.cpp",
"RoundingModeUtils.cpp",
- "StreamWrapper.cpp",
],
hdrs = [
"ExecuteFunction.h",
"FDReader.h",
"RoundingModeUtils.h",
- "StreamWrapper.h",
],
deps = [
"//libc:libc_root",