[llvm-branch-commits] [libc] 52ea296 - [libc] fix config syntax error

Schrodinger ZHU Yifan via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sat Jul 20 08:10:07 PDT 2024


Author: Schrodinger ZHU Yifan
Date: 2024-07-20T08:09:24-07:00
New Revision: 52ea2963b4ae0de27816e7f1b3be45f4f021999a

URL: https://github.com/llvm/llvm-project/commit/52ea2963b4ae0de27816e7f1b3be45f4f021999a
DIFF: https://github.com/llvm/llvm-project/commit/52ea2963b4ae0de27816e7f1b3be45f4f021999a.diff

LOG: [libc] fix config syntax error

Added: 
    

Modified: 
    libc/config/config.json

Removed: 
    


################################################################################
diff  --git a/libc/config/config.json b/libc/config/config.json
index 0fc88e2b8dbd5..92e1c956652ad 100644
--- a/libc/config/config.json
+++ b/libc/config/config.json
@@ -75,7 +75,7 @@
     "LIBC_CONF_FREELIST_MALLOC_BUFFER_SIZE": {
       "value": 1073741824,
       "doc": "Default size for the constinit freelist buffer used for the freelist malloc implementation (default 1o 1GB)."
-    },
+    }
   },
   "unistd": {
     "LIBC_CONF_ENABLE_TID_CACHE": {
@@ -99,4 +99,4 @@
       "doc": "Configures sorting algorithm for qsort and qsort_r. Values accepted are LIBC_QSORT_QUICK_SORT, LIBC_QSORT_HEAP_SORT."
     }
   }
-}
+}
\ No newline at end of file


        


More information about the llvm-branch-commits mailing list