[all-commits] [llvm/llvm-project] 58a75c: [libc] Introduce a libc internal assertion macro n...

Siva Chandra via All-commits all-commits at lists.llvm.org
Tue Feb 21 13:13:36 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 58a75c6a4b838014dc9c96022a8a421773428707
      https://github.com/llvm/llvm-project/commit/58a75c6a4b838014dc9c96022a8a421773428707
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2023-02-21 (Tue, 21 Feb 2023)

  Changed paths:
    M libc/src/__support/CMakeLists.txt
    M libc/src/__support/blockstore.h
    M libc/src/__support/float_to_string.h
    A libc/src/__support/libc_assert.h
    M libc/src/assert/__assert_fail.cpp
    M libc/src/stdio/printf_core/CMakeLists.txt
    M libc/src/stdio/printf_core/float_dec_converter.h

  Log Message:
  -----------
  [libc] Introduce a libc internal assertion macro named LIBC_ASSERT.

Few existing call-sites have been modified to use LIBC_ASSERT.

Reviewed By: lntue, michaelrj

Differential Revision: https://reviews.llvm.org/D144161




More information about the All-commits mailing list