[all-commits] [llvm/llvm-project] 752f47: [scudo][standalone] Add shared library to makefile

Kostya Kortchinsky via All-commits all-commits at lists.llvm.org
Mon Mar 15 08:13:29 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 752f477d677b73039e9073d700c6def99c153445
      https://github.com/llvm/llvm-project/commit/752f477d677b73039e9073d700c6def99c153445
  Author: Kostya Kortchinsky <kostyak at google.com>
  Date:   2021-03-15 (Mon, 15 Mar 2021)

  Changed paths:
    M compiler-rt/lib/scudo/standalone/CMakeLists.txt

  Log Message:
  -----------
  [scudo][standalone] Add shared library to makefile

Since we are looking to remove the old Scudo, we have to have a .so for
parity purposes as some platforms use it.

I tested this on Fuchsia & Linux, not on Android though.

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




More information about the All-commits mailing list