[all-commits] [llvm/llvm-project] 07e13b: [libc] Remove unnecessary subdirectory layers in u...
Roland McGrath via All-commits
all-commits at lists.llvm.org
Mon Dec 30 17:29:21 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 07e13b764d6a5002f5bd9a41bf514106607f13f1
https://github.com/llvm/llvm-project/commit/07e13b764d6a5002f5bd9a41bf514106607f13f1
Author: Roland McGrath <mcgrathr at google.com>
Date: 2024-12-30 (Mon, 30 Dec 2024)
Changed paths:
R libc/utils/hdrgen/class_implementation/classes/enumeration.py
R libc/utils/hdrgen/class_implementation/classes/function.py
R libc/utils/hdrgen/class_implementation/classes/macro.py
R libc/utils/hdrgen/class_implementation/classes/object.py
R libc/utils/hdrgen/class_implementation/classes/type.py
A libc/utils/hdrgen/enumeration.py
A libc/utils/hdrgen/function.py
A libc/utils/hdrgen/macro.py
A libc/utils/hdrgen/object.py
A libc/utils/hdrgen/type.py
M libc/utils/hdrgen/yaml_to_classes.py
Log Message:
-----------
[libc] Remove unnecessary subdirectory layers in utils/hdrgen (#121363)
Two extra layers of subdirectory for a handful of single-symbol
Python source files did not improve anything, and it complicated
integration of the hdrgen Python outside the LLVM CMake build.
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