[all-commits] [llvm/llvm-project] da06d1: [libc] add option to use SCUDO as the allocator

michaelrj-google via All-commits all-commits at lists.llvm.org
Fri Jul 23 10:36:23 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: da06d1795ab0e004ec90d24b053a82a3db94df49
      https://github.com/llvm/llvm-project/commit/da06d1795ab0e004ec90d24b053a82a3db94df49
  Author: Michael Jones <michaelrj at google.com>
  Date:   2021-07-23 (Fri, 23 Jul 2021)

  Changed paths:
    M libc/CMakeLists.txt
    M libc/cmake/modules/LLVMLibCLibraryRules.cmake
    M libc/lib/CMakeLists.txt

  Log Message:
  -----------
  [libc] add option to use SCUDO as the allocator

This patch adds LLVM_LIBC_INCLUDE_SCUDO as a flag. When enabled it
should link in the standalone version of SCUDO as the allocator for LLVM
libc.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D106502




More information about the All-commits mailing list