[libc-commits] [PATCH] D144161: [libc] Introduce a libc internal assertion macro named LIBC_ASSERT.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Feb 15 21:07:06 PST 2023


sivachandra created this revision.
sivachandra added reviewers: abrachet, lntue, michaelrj.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.

Few existing macros have been modified to use LIBC_ASSERT.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D144161

Files:
  libc/src/__support/CMakeLists.txt
  libc/src/__support/blockstore.h
  libc/src/__support/float_to_string.h
  libc/src/__support/libc_assert.h
  libc/src/assert/__assert_fail.cpp
  libc/src/stdio/printf_core/CMakeLists.txt
  libc/src/stdio/printf_core/float_dec_converter.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144161.497879.patch
Type: text/x-patch
Size: 8364 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230216/24a7ff86/attachment.bin>


More information about the libc-commits mailing list