[all-commits] [llvm/llvm-project] 28699e: [libc] Update libc_errno to work correctly in both...

lntue via All-commits all-commits at lists.llvm.org
Thu Feb 1 09:16:41 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 28699e385681e7f0aeefc208b7b59d6f1d484800
      https://github.com/llvm/llvm-project/commit/28699e385681e7f0aeefc208b7b59d6f1d484800
  Author: lntue <35648136+lntue at users.noreply.github.com>
  Date:   2024-02-01 (Thu, 01 Feb 2024)

  Changed paths:
    M libc/include/errno.h.def
    M libc/src/errno/CMakeLists.txt
    M libc/src/errno/libc_errno.cpp
    M libc/src/errno/libc_errno.h
    M libc/test/integration/startup/linux/tls_test.cpp
    M libc/test/src/errno/errno_test.cpp
    M libc/test/src/stdlib/StrtolTest.h
    M libc/test/src/sys/mman/linux/madvise_test.cpp
    M libc/test/src/sys/mman/linux/mlock_test.cpp
    M libc/test/src/sys/mman/linux/mmap_test.cpp
    M libc/test/src/sys/mman/linux/mprotect_test.cpp
    M libc/test/src/sys/mman/linux/posix_madvise_test.cpp
    M libc/test/src/time/asctime_r_test.cpp
    M libc/test/src/time/asctime_test.cpp

  Log Message:
  -----------
  [libc] Update libc_errno to work correctly in both overlay and full build modes. (#80177)




More information about the All-commits mailing list