Skip to content

Commit c4ec19b

Browse files
authored
[libc] Add support for 'features.h' when targeting the GPU (#102037)
Summary: `features.h` provides some information about the C library, provide this on the GPU so external users can tell if it's the LLVM C library.
1 parent bde5123 commit c4ec19b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc/config/gpu/headers.txt

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ set(TARGET_PUBLIC_HEADERS
1515
libc.include.stdio
1616
libc.include.wchar
1717
libc.include.uchar
18+
libc.include.features
1819

1920
# Header for RPC extensions
2021
libc.include.gpu_rpc

0 commit comments

Comments
 (0)