summaryrefslogtreecommitdiff
path: root/libc/cmake/modules/system_features/check_sys_random.cpp
AgeCommit message (Collapse)Author
2023-11-17[libc] Add base for target config within cmake (#72318)michaelrj-google
Currently the only way to add or remove entrypoints is to modify the entrypoints.txt file for the current target. This isn't ideal since a user would have to carry a diff for this file when updating their checkout. This patch adds a basic mechanism to allow the user to remove entrypoints without modifying the repository.