[libc-commits] [PATCH] D135179: [libc] add CPU_COUNT macro and backing function

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Oct 4 15:23:04 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0b790afb0647: [libc] add CPU_COUNT macro and backing function (authored by michaelrj).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135179/new/

https://reviews.llvm.org/D135179

Files:
  libc/config/linux/x86_64/entrypoints.txt
  libc/config/linux/x86_64/headers.txt
  libc/include/CMakeLists.txt
  libc/include/llvm-libc-macros/CMakeLists.txt
  libc/include/llvm-libc-macros/linux/CMakeLists.txt
  libc/include/llvm-libc-macros/linux/sched-macros.h
  libc/include/llvm-libc-macros/sched-macros.h
  libc/include/sched.h.def
  libc/spec/gnu_ext.td
  libc/spec/llvm_libc_ext.td
  libc/src/sched/CMakeLists.txt
  libc/src/sched/linux/CMakeLists.txt
  libc/src/sched/linux/sched_getcpucount.cpp
  libc/src/sched/sched_getcpucount.h
  libc/test/src/sched/CMakeLists.txt
  libc/test/src/sched/cpu_count_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135179.465202.patch
Type: text/x-patch
Size: 10502 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221004/6518d471/attachment.bin>


More information about the libc-commits mailing list