[libc-commits] [libc] 043a020 - [libc] Fix missing standard definitions in the GPU config

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Thu Mar 7 06:50:25 PST 2024


Author: Joseph Huber
Date: 2024-03-07T08:50:13-06:00
New Revision: 043a020688765ad1ed27df718f908cfd0dc353a3

URL: https://github.com/llvm/llvm-project/commit/043a020688765ad1ed27df718f908cfd0dc353a3
DIFF: https://github.com/llvm/llvm-project/commit/043a020688765ad1ed27df718f908cfd0dc353a3.diff

LOG: [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.

Added: 
    

Modified: 
    libc/config/gpu/api.td

Removed: 
    


################################################################################
diff  --git a/libc/config/gpu/api.td b/libc/config/gpu/api.td
index dbd212be56a3f1..607b8b6d5900c8 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"> {


        


More information about the libc-commits mailing list