[libc-commits] [PATCH] D106502: [libc] add option to use SCUDO as the allocator

Cheng Wang via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jul 21 20:25:20 PDT 2021


cheng.w added inline comments.


================
Comment at: libc/CMakeLists.txt:76
 
+option(LLVM_LIBC_INCLUDE_SCUDO "Include the SCUDO standalone as the allocator for LLVM libc" OFF)
+if(LLVM_LIBC_INCLUDE_SCUDO)
----------------
What about set this option `ON` by default?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106502/new/

https://reviews.llvm.org/D106502



More information about the libc-commits mailing list