[libc-commits] [libc] [libc] newheadergen: cmake configuration (PR #98554)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Thu Jul 11 15:17:55 PDT 2024
================
@@ -22,9 +22,9 @@
from class_implementation.classes.object import Object
-def yaml_to_classes(yaml_data):
+def yaml_to_classes(yaml_data, entry_points=None):
----------------
michaelrj-google wrote:
the changes adding support for entrypoint filtering should be a separate patch, and you should also make sure to test it
https://github.com/llvm/llvm-project/pull/98554
More information about the libc-commits
mailing list