Files
clang-p2996/libc/config/gpu/headers.txt
Joseph Huber 7e88e26d38 [libc] Add GPU support for the 'inttypes.h' functions
Another low hanging fruit we can put on the GPU, this ports the tests
over to the hermetic framework so we can run them on the GPU.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D154540
2023-07-05 17:47:10 -05:00

14 lines
273 B
Plaintext

set(TARGET_PUBLIC_HEADERS
libc.include.ctype
libc.include.string
libc.include.inttypes
libc.include.math
libc.include.fenv
libc.include.errno
libc.include.stdlib
libc.include.stdio
# Header for RPC extensions
libc.include.gpu_rpc
)