[all-commits] [llvm/llvm-project] 316f9f: [libc] Link the SCUDO integration tests to a speci...

Siva Chandra via All-commits all-commits at lists.llvm.org
Wed Mar 23 16:27:38 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 316f9fd638015b7e7b7200c28beb7d428017ba79
      https://github.com/llvm/llvm-project/commit/316f9fd638015b7e7b7200c28beb7d428017ba79
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2022-03-23 (Wed, 23 Mar 2022)

  Changed paths:
    M libc/test/integration/scudo/CMakeLists.txt

  Log Message:
  -----------
  [libc] Link the SCUDO integration tests to a special entrypoint collection.

We were previously linking to libllvmlibc.a. But, with libllvmlibc.a now
including functions which depend on the loader, we will have to use the
LLVM libc loader as well. To avoid this, we will link to a special
library which is just a collection of SCUDO allocator entrypoints.

Reviewed By: michaelrj

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




More information about the All-commits mailing list