[all-commits] [llvm/llvm-project] 5b976c: [libc][sys] add header and functions for sys ipc (...

Pengxiang Huang via All-commits all-commits at lists.llvm.org
Tue Mar 3 06:48:41 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5b976c930189e54eda134684ef4ea3682bf2ee18
      https://github.com/llvm/llvm-project/commit/5b976c930189e54eda134684ef4ea3682bf2ee18
  Author: Pengxiang Huang <71998072+Pengxiang-Huang at users.noreply.github.com>
  Date:   2026-03-03 (Tue, 03 Mar 2026)

  Changed paths:
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/config/linux/x86_64/headers.txt
    M libc/hdr/types/CMakeLists.txt
    A libc/hdr/types/key_t.h
    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-ipc-macros.h
    A libc/include/llvm-libc-macros/sys-ipc-macros.h
    M libc/include/llvm-libc-types/CMakeLists.txt
    A libc/include/llvm-libc-types/key_t.h
    A libc/include/llvm-libc-types/struct_ipc_perm.h
    A libc/include/sys/ipc.yaml
    M libc/include/sys/types.yaml
    M libc/src/sys/CMakeLists.txt
    A libc/src/sys/ipc/CMakeLists.txt
    A libc/src/sys/ipc/ftok.h
    A libc/src/sys/ipc/linux/CMakeLists.txt
    A libc/src/sys/ipc/linux/ftok.cpp
    A libc/src/sys/ipc/linux/kernel_statx.h
    M libc/test/src/sys/CMakeLists.txt
    A libc/test/src/sys/ipc/CMakeLists.txt
    A libc/test/src/sys/ipc/linux/CMakeLists.txt
    A libc/test/src/sys/ipc/linux/ftok_test.cpp

  Log Message:
  -----------
  [libc][sys] add header and functions for sys ipc (#182700)

Split from a larger change. This PR contains the base impl for sys ipc,
sys sem will come after this. @SchrodingerZhu

this PR implements for:
https://github.com/llvm/llvm-project/issues/182161

see the last PR for more detail:
https://github.com/llvm/llvm-project/pull/182683



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list