History log of /llvm-project/libc/utils/hdrgen/gpu_headers.py (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7
# 508929d4 02-Jan-2025 Roland McGrath <mcgrathr@google.com>

[libc] Make GpuHeaderFile a subclass (#121445)

Replace copy&paste from HeaderFile to GpuHeaderFile with
subclassing. Only the __str__ method differs.


# 9abcca5e 30-Dec-2024 Roland McGrath <mcgrathr@google.com>

[libc] Move hdrgen into utils/ subdirectory (#121256)