[all-commits] [llvm/llvm-project] 35a4fe: [libc] add headers sys/auxv sys/prctl and sys/time

michaelrj-google via All-commits all-commits at lists.llvm.org
Wed Oct 12 13:20:09 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 35a4fe4c0bf5f02c2eade1d97cfbda263a9285e1
      https://github.com/llvm/llvm-project/commit/35a4fe4c0bf5f02c2eade1d97cfbda263a9285e1
  Author: Michael Jones <michaelrj at google.com>
  Date:   2022-10-12 (Wed, 12 Oct 2022)

  Changed paths:
    M libc/config/linux/x86_64/headers.txt
    M libc/include/CMakeLists.txt
    M libc/include/llvm-libc-macros/CMakeLists.txt
    M libc/include/llvm-libc-macros/linux/CMakeLists.txt
    A libc/include/llvm-libc-macros/linux/sys-time-macros.h
    A libc/include/llvm-libc-macros/sys-auxv-macros.h
    A libc/include/llvm-libc-macros/sys-time-macros.h
    A libc/include/sys/auxv.h.def
    A libc/include/sys/prctl.h.def
    A libc/include/sys/time.h.def
    M libc/spec/gnu_ext.td
    M libc/spec/linux.td

  Log Message:
  -----------
  [libc] add headers sys/auxv sys/prctl and sys/time

These headers are uncommonly used, and from extensions, but some basic
support is needed. Macros have been added where available.

Reviewed By: sivachandra

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




More information about the All-commits mailing list