[scudo][standalone] Add shared library to makefile
authorKostya Kortchinsky <kostyak@google.com>
Thu, 11 Mar 2021 22:42:30 +0000 (14:42 -0800)
committerKostya Kortchinsky <kostyak@google.com>
Mon, 15 Mar 2021 15:12:37 +0000 (08:12 -0700)
commit752f477d677b73039e9073d700c6def99c153445
tree949df93060b3f87c7b6814886cc089dab913a7fc
parent8e1c09ee5f8066918c6c91982395f6449f97f056
[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
compiler-rt/lib/scudo/standalone/CMakeLists.txt