[libc-commits] [libc] [libc] newheadergen: script adjusted for cmake (PR #98825)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Mon Jul 15 15:43:47 PDT 2024
================
@@ -49,12 +50,15 @@ def yaml_to_classes(yaml_data):
)
functions = yaml_data.get("functions", [])
+ if entry_points:
+ entry_points_set = set(entry_points)
----------------
michaelrj-google wrote:
why is this set made?
https://github.com/llvm/llvm-project/pull/98825
More information about the libc-commits
mailing list