Files
clang-p2996/libc/config/gpu/amdgpu/headers.txt
Joseph Huber f4bab06c97 [libc] Split AMDGPU and NVPTX configs into separate folders (#120153)
Summary:
This is a holdover from when these targets were merged. They're
basically the same but there's no reason they should be treated as
identical. I think we will live with a little duplication.
2025-01-06 13:49:19 -06:00

22 lines
477 B
Plaintext

set(TARGET_PUBLIC_HEADERS
libc.include.assert
libc.include.ctype
libc.include.string
libc.include.strings
libc.include.signal
libc.include.float
libc.include.stdint
libc.include.inttypes
libc.include.limits
libc.include.math
libc.include.fenv
libc.include.time
libc.include.errno
libc.include.stdlib
libc.include.stdio
libc.include.wchar
libc.include.uchar
libc.include.features
libc.include.locale
)