As explained in https://reviews.llvm.org/D63601, there's no point using clang_rt.sancov_{begin,end}
on Solaris any longer.
This companion patch to the above removes their use from the driver.
Tested on amd64-pc-solaris2.11, ok for trunk?
Differential D63602
[Sanitizers] Don't use clang_rt.sancov_{begin,end} on Solaris ro on Jun 20 2019, 7:23 AM. Authored by
Details As explained in https://reviews.llvm.org/D63601, there's no point using clang_rt.sancov_{begin,end} This companion patch to the above removes their use from the driver. Tested on amd64-pc-solaris2.11, ok for trunk?
Diff Detail
Event TimelineComment Actions Ping? It's been a week and I've since been informed that without it Solaris/SPARC compilation is broken since the sancov_* archives don't Comment Actions Ping^2. This one, like its companion https://reviews.llvm.org/D63601 has remained unreviewed for two weeks. Comment Actions I would recommend to check for a recent activity of the reviewer and here I would not expect anything from @alekseyshl Comment Actions Good point, thanks: I'll heed that in the future. So far, Iv'e been going by the CODE_OWNERS.TXT files just like GCC's MAINTAINERS. However, |