[all-commits] [llvm/llvm-project] adff2b: [libc][NFC] Switch all uses of errno in math and m...

Siva Chandra via All-commits all-commits at lists.llvm.org
Mon Mar 13 15:22:51 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: adff2b291ca872ec585d4aaeed2aaca563c72795
      https://github.com/llvm/llvm-project/commit/adff2b291ca872ec585d4aaeed2aaca563c72795
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2023-03-13 (Mon, 13 Mar 2023)

  Changed paths:
    M libc/src/math/generic/math_utils.h
    M libc/test/src/math/CMakeLists.txt
    M libc/test/src/math/exp10f_test.cpp
    M libc/test/src/math/exp2f_test.cpp
    M libc/test/src/math/expf_test.cpp
    M libc/test/src/math/expm1f_test.cpp
    M libc/test/src/math/log2f_test.cpp
    M libc/test/src/math/logf_test.cpp

  Log Message:
  -----------
  [libc][NFC] Switch all uses of errno in math and math tests to libc_errno.


  Commit: 30d894239adb39548859253caf716d222cd07b78
      https://github.com/llvm/llvm-project/commit/30d894239adb39548859253caf716d222cd07b78
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2023-03-13 (Mon, 13 Mar 2023)

  Changed paths:
    M libc/test/src/__support/CMakeLists.txt
    M libc/test/src/__support/str_to_float_test.cpp
    M libc/test/src/errno/errno_test.cpp
    M libc/test/src/string/CMakeLists.txt
    M libc/test/src/string/strdup_test.cpp

  Log Message:
  -----------
  [libc][NFC] Switch string and errno tests to libc_errno.


  Commit: 0b70f95c162634a06783081c6eda46d12cbcfd02
      https://github.com/llvm/llvm-project/commit/0b70f95c162634a06783081c6eda46d12cbcfd02
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2023-03-13 (Mon, 13 Mar 2023)

  Changed paths:
    M libc/test/integration/startup/linux/tls_test.cpp

  Log Message:
  -----------
  [libc][NFC] Switch startup tests to libc_errno.


Compare: https://github.com/llvm/llvm-project/compare/ca0cd670dcf1...0b70f95c1626


More information about the All-commits mailing list