[all-commits] [llvm/llvm-project] d15366: [libc] Add ability to generate enum types/values t...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Fri Feb 28 23:28:54 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d1536673c68d5010d2a6a3a12a9dd205e8fca2d4
https://github.com/llvm/llvm-project/commit/d1536673c68d5010d2a6a3a12a9dd205e8fca2d4
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2020-02-28 (Fri, 28 Feb 2020)
Changed paths:
M libc/config/linux/api.td
M libc/config/public_api.td
M libc/include/CMakeLists.txt
A libc/include/threads.h.def
M libc/spec/linux.td
M libc/spec/posix.td
M libc/spec/spec.td
M libc/spec/stdc.td
M libc/utils/HdrGen/PublicAPICommand.cpp
Log Message:
-----------
[libc] Add ability to generate enum types/values to HdrGen.
A target to generate the std C threads.h file has been added. This
utilizes the new feature added in this change.
Reviewers: phosek
Differential Revision: https://reviews.llvm.org/D75379
More information about the All-commits
mailing list