[all-commits] [llvm/llvm-project] 041a35: [CMake] Delete HAVE_SCHED_GETAFFINITY and HAVE_CPU...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Apr 19 08:57:21 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 041a3557f05ed19f0ca82c9ce894d2e50bf8291a
https://github.com/llvm/llvm-project/commit/041a3557f05ed19f0ca82c9ce894d2e50bf8291a
Author: Fangrui Song <maskray at google.com>
Date: 2020-04-19 (Sun, 19 Apr 2020)
Changed paths:
M llvm/cmake/config-ix.cmake
M llvm/include/llvm/Config/config.h.cmake
M llvm/lib/Support/Unix/Threading.inc
M llvm/utils/gn/secondary/llvm/include/llvm/Config/BUILD.gn
Log Message:
-----------
[CMake] Delete HAVE_SCHED_GETAFFINITY and HAVE_CPU_COUNT
sched_getaffinity (Linux specific) has been available
* in glibc since 2002-08-08 (commit 972e719e8154eec5f543b027e2a08dfa285d55d5)
* in musl since the initial check-in.
More information about the All-commits
mailing list