[all-commits] [llvm/llvm-project] 035325: [libc] add inttypes header

michaelrj-google via All-commits all-commits at lists.llvm.org
Thu Aug 26 11:04:34 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 035325275c79e19414b45eca9d2fbd6ab8e25209
      https://github.com/llvm/llvm-project/commit/035325275c79e19414b45eca9d2fbd6ab8e25209
  Author: Michael Jones <michaelrj at google.com>
  Date:   2021-08-26 (Thu, 26 Aug 2021)

  Changed paths:
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/aarch64/headers.txt
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/config/linux/x86_64/headers.txt
    M libc/config/windows/entrypoints.txt
    M libc/include/CMakeLists.txt
    A libc/include/inttypes.h.def
    M libc/spec/spec.td
    M libc/spec/stdc.td
    M libc/src/CMakeLists.txt
    A libc/src/inttypes/CMakeLists.txt
    A libc/src/inttypes/strtoimax.cpp
    A libc/src/inttypes/strtoimax.h
    A libc/src/inttypes/strtoumax.cpp
    A libc/src/inttypes/strtoumax.h
    M libc/test/src/CMakeLists.txt
    A libc/test/src/inttypes/CMakeLists.txt
    A libc/test/src/inttypes/strtoimax_test.cpp
    A libc/test/src/inttypes/strtoumax_test.cpp

  Log Message:
  -----------
  [libc] add inttypes header

Add inttypes.h to llvm libc. As its first functions strtoimax and
strtoumax are included.

Reviewed By: sivachandra

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




More information about the All-commits mailing list