[libc-commits] [libc] 06a808c - [libc] Fix bot accidentally picking up conflicting MB_LEN_MAX

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Wed Aug 7 07:20:07 PDT 2024


Author: Joseph Huber
Date: 2024-08-07T09:19:53-05:00
New Revision: 06a808c4f4014edfeb2517bddd0bcb63eb4a260b

URL: https://github.com/llvm/llvm-project/commit/06a808c4f4014edfeb2517bddd0bcb63eb4a260b
DIFF: https://github.com/llvm/llvm-project/commit/06a808c4f4014edfeb2517bddd0bcb63eb4a260b.diff

LOG: [libc] Fix bot accidentally picking up conflicting MB_LEN_MAX

Added: 
    

Modified: 
    libc/utils/gpu/server/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/libc/utils/gpu/server/CMakeLists.txt b/libc/utils/gpu/server/CMakeLists.txt
index 94347ef3949743..13509dc3da3612 100644
--- a/libc/utils/gpu/server/CMakeLists.txt
+++ b/libc/utils/gpu/server/CMakeLists.txt
@@ -14,6 +14,8 @@ target_compile_options(llvmlibc_rpc_server PUBLIC
                        $<$<CXX_COMPILER_ID:GNU>:-Wno-attributes>)
 target_compile_definitions(llvmlibc_rpc_server PUBLIC
                            LIBC_COPT_USE_C_ASSERT
+                           LIBC_COPT_MEMCPY_USE_EMBEDDED_TINY
+                           LIBC_TYPES_LONG_DOUBLE_IS_FLOAT64
                            LIBC_COPT_ARRAY_ARG_LIST
                            LIBC_COPT_PRINTF_DISABLE_WRITE_INT
                            LIBC_COPT_PRINTF_DISABLE_INDEX_MODE


        


More information about the libc-commits mailing list