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 D98456
[scudo][standalone] Add shared library to makefile Authored by cryptoad on Mar 11 2021, 2:44 PM.
Details Since we are looking to remove the old Scudo, we have to have a .so for I tested this on Fuchsia & Linux, not on Android though.
Diff Detail
Unit Tests Event TimelineComment Actions LGTM w/ nit
| ||||||||||||
Shouldn't this be -pthread to ldflags, not linking lpthread?
i.e.
append_list_if(COMPILER_RT_HAS_LIBPTHREAD -pthread SCUDO_LINK_FLAGS)