aboutsummaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorJoseph Huber <huberjn@outlook.com>2024-03-07 08:47:57 -0600
committerJoseph Huber <huberjn@outlook.com>2024-03-07 08:50:13 -0600
commit043a020688765ad1ed27df718f908cfd0dc353a3 (patch)
tree920492eb99609093a79ca0d7caefa4fecc16f289 /libc
parentf355cd6f6c51580316e1e88ef5534bd2f8cfa498 (diff)
downloadllvm-043a020688765ad1ed27df718f908cfd0dc353a3.zip
llvm-043a020688765ad1ed27df718f908cfd0dc353a3.tar.gz
llvm-043a020688765ad1ed27df718f908cfd0dc353a3.tar.bz2
[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.
Diffstat (limited to 'libc')
-rw-r--r--libc/config/gpu/api.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/config/gpu/api.td b/libc/config/gpu/api.td
index dbd212b..607b8b6d 100644
--- a/libc/config/gpu/api.td
+++ b/libc/config/gpu/api.td
@@ -4,6 +4,7 @@ include "spec/stdc.td"
include "spec/posix.td"
include "spec/gpu_ext.td"
include "spec/gnu_ext.td"
+include "spec/stdc_ext.td"
include "spec/llvm_libc_ext.td"
def AssertMacro : MacroDef<"assert"> {