[libc-commits] [PATCH] D120920: [libc] Make the errno macro resolve to the thread local variable directly.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Mar 4 09:30:14 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGdd33f9cdef9f: [libc] Make the errno macro resolve to the thread local variable directly. (authored by sivachandra).

Changed prior to commit:
  https://reviews.llvm.org/D120920?vs=412759&id=413041#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120920/new/

https://reviews.llvm.org/D120920

Files:
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/api.td
  libc/config/linux/x86_64/entrypoints.txt
  libc/include/__llvm-libc-common.h
  libc/spec/llvm_libc_ext.td
  libc/src/__support/CMakeLists.txt
  libc/src/__support/FPUtil/CMakeLists.txt
  libc/src/__support/File/CMakeLists.txt
  libc/src/errno/CMakeLists.txt
  libc/src/errno/__errno_location.cpp
  libc/src/errno/__errno_location.h
  libc/src/errno/errno.cpp
  libc/src/errno/llvmlibc_errno.h
  libc/src/fcntl/linux/CMakeLists.txt
  libc/src/math/generic/CMakeLists.txt
  libc/src/signal/linux/CMakeLists.txt
  libc/src/sys/mman/linux/CMakeLists.txt
  libc/src/sys/stat/linux/CMakeLists.txt
  libc/src/threads/linux/CMakeLists.txt
  libc/src/time/CMakeLists.txt
  libc/src/unistd/linux/CMakeLists.txt
  libc/test/loader/linux/CMakeLists.txt
  libc/test/src/__support/File/CMakeLists.txt
  libc/test/src/errno/CMakeLists.txt
  libc/test/src/math/CMakeLists.txt
  libc/test/src/signal/CMakeLists.txt
  libc/test/src/sys/mman/linux/CMakeLists.txt
  libc/test/src/threads/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120920.413041.patch
Type: text/x-patch
Size: 18158 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220304/ba104b3b/attachment-0001.bin>


More information about the libc-commits mailing list