[libc-commits] [PATCH] D90653: [LIBC][NFC] Rename errno and assert files to match other files with functions

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Nov 3 10:57:10 PST 2020


michaelrj updated this revision to Diff 302629.
michaelrj added a comment.

move the errno macro to its own file to match assert.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90653

Files:
  libc/src/assert/CMakeLists.txt
  libc/src/assert/__assert_fail.cpp
  libc/src/assert/__assert_fail.h
  libc/src/assert/assert.h
  libc/src/errno/CMakeLists.txt
  libc/src/errno/__errno_location.cpp
  libc/src/errno/__errno_location.h
  libc/src/errno/errno_location.cpp
  libc/src/errno/llvmlibc_errno.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90653.302629.patch
Type: text/x-patch
Size: 5032 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20201103/e4c0fc4a/attachment.bin>


More information about the libc-commits mailing list