[all-commits] [llvm/llvm-project] df8c78: [libc][NFC] Remove use of StreamWrapper from math ...

Siva Chandra via All-commits all-commits at lists.llvm.org
Sun Apr 16 22:21:19 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: df8c78c5b5c0c41de7c5e274406c2e292c3f0259
      https://github.com/llvm/llvm-project/commit/df8c78c5b5c0c41de7c5e274406c2e292c3f0259
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2023-04-17 (Mon, 17 Apr 2023)

  Changed paths:
    M libc/test/src/math/differential_testing/BinaryOpSingleOutputDiff.h
    M libc/test/src/math/differential_testing/CMakeLists.txt
    M libc/test/src/math/differential_testing/SingleInputSingleOutputDiff.h
    A libc/test/src/math/differential_testing/Timer.cpp
    A libc/test/src/math/differential_testing/Timer.h
    M libc/utils/testutils/CMakeLists.txt
    R libc/utils/testutils/Timer.cpp
    R libc/utils/testutils/Timer.h

  Log Message:
  -----------
  [libc][NFC] Remove use of StreamWrapper from math differential tests.

Along the way, the utility Timer has been moved to the math differential
test directory.

Reviewed By: lntue

Differential Revision: https://reviews.llvm.org/D148450




More information about the All-commits mailing list