Skip to content

Commit 043a020

Browse files
committed
[libc] Fix missing standard definitions in the GPU config
Summary: Some dependencies on the standard C extensions are added transitively. This patch adds the new values.
1 parent f355cd6 commit 043a020

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc/config/gpu/api.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ include "spec/stdc.td"
44
include "spec/posix.td"
55
include "spec/gpu_ext.td"
66
include "spec/gnu_ext.td"
7+
include "spec/stdc_ext.td"
78
include "spec/llvm_libc_ext.td"
89

910
def AssertMacro : MacroDef<"assert"> {

0 commit comments

Comments
 (0)