[all-commits] [llvm/llvm-project] f6bf28: [libc] Use entrypoints.txt as the single source of...
michaelrj-google via All-commits
all-commits at lists.llvm.org
Thu Oct 15 13:46:40 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f6bf2823c44eb81be6c74d909c17d77e811b3bbc
https://github.com/llvm/llvm-project/commit/f6bf2823c44eb81be6c74d909c17d77e811b3bbc
Author: Michael Jones <michaelrj at google.com>
Date: 2020-10-15 (Thu, 15 Oct 2020)
Changed paths:
M libc/CMakeLists.txt
M libc/cmake/modules/LLVMLibCHeaderRules.cmake
M libc/config/linux/api.td
M libc/utils/HdrGen/Generator.cpp
M libc/utils/HdrGen/Generator.h
M libc/utils/HdrGen/Main.cpp
M libc/utils/HdrGen/PublicAPICommand.cpp
M libc/utils/HdrGen/PublicAPICommand.h
Log Message:
-----------
[libc] Use entrypoints.txt as the single source of list of functions for a platform.
The function listings in api.td are removed. The same lists are now deduced using the information
in entrypoints.txt.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D89267
More information about the All-commits
mailing list