[libc-commits] [PATCH] D121947: [libc][NFC] Add the platform independent file target only if mutex is available.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Mar 17 13:42:19 PDT 2022
sivachandra created this revision.
sivachandra added a reviewer: michaelrj.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.
The platform independent file implementation is not an entrypoint so it
cannot be excluded via the entrypoints.txt file. Hence, we need a
special treatment to exclude it from the build.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D121947
Files:
libc/src/__support/CMakeLists.txt
libc/src/__support/File/CMakeLists.txt
libc/src/__support/threads/CMakeLists.txt
libc/src/__support/threads/linux/CMakeLists.txt
libc/src/__support/threads/linux/mutex.h
libc/src/__support/threads/mutex.h
libc/src/__support/threads/mutex_common.h
libc/src/stdlib/CMakeLists.txt
libc/src/threads/CMakeLists.txt
libc/src/threads/linux/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121947.416307.patch
Type: text/x-patch
Size: 6131 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220317/cfda635e/attachment.bin>
More information about the libc-commits
mailing list