[all-commits] [llvm/llvm-project] 6aed0d: [libc] created integration tests for newhdrgen (#9...
aaryanshukla via All-commits
all-commits at lists.llvm.org
Wed Jul 3 14:30:12 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6aed0d5afb53434068f37f1b2909590e9dda3d8f
https://github.com/llvm/llvm-project/commit/6aed0d5afb53434068f37f1b2909590e9dda3d8f
Author: aaryanshukla <53713108+aaryanshukla at users.noreply.github.com>
Date: 2024-07-03 (Wed, 03 Jul 2024)
Changed paths:
M libc/CMakeLists.txt
A libc/newhdrgen/CMakeLists.txt
M libc/newhdrgen/class_implementation/classes/enumeration.py
M libc/newhdrgen/class_implementation/classes/function.py
M libc/newhdrgen/class_implementation/classes/object.py
M libc/newhdrgen/header.py
A libc/newhdrgen/tests/expected_output/test_header.h
A libc/newhdrgen/tests/input/test_small.h.def
A libc/newhdrgen/tests/input/test_small.yaml
A libc/newhdrgen/tests/output/test_small.h
A libc/newhdrgen/tests/test_integration.py
M libc/newhdrgen/yaml_to_classes.py
Log Message:
-----------
[libc] created integration tests for newhdrgen (#97361)
- created integration tests for libc hdrgen
- implemented sorting function names in yaml files through script
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list