This is an archive of the discontinued LLVM Phabricator instance.

[Sanitizers] Don't use clang_rt.sancov_{begin,end} on Solaris
ClosedPublic

Authored by ro on Jun 20 2019, 7:23 AM.

Details

Summary

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?

Diff Detail

Repository
rL LLVM

Event Timeline

ro created this revision.Jun 20 2019, 7:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 20 2019, 7:23 AM
ro added a comment.Jun 27 2019, 11:07 PM

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
exit (compiler-rt isn't built on sparc).

ro added a comment.Jul 4 2019, 5:01 PM

Ping^2. This one, like its companion https://reviews.llvm.org/D63601 has remained unreviewed for two weeks.

vitalybuka accepted this revision.Jul 8 2019, 1:49 PM
vitalybuka added a subscriber: vitalybuka.
In D63602#1570884, @ro wrote:

Ping^2. This one, like its companion https://reviews.llvm.org/D63601 has remained unreviewed for two weeks.

I would recommend to check for a recent activity of the reviewer and here I would not expect anything from @alekseyshl

This revision is now accepted and ready to land.Jul 8 2019, 1:49 PM
ro added a comment.Jul 8 2019, 2:59 PM
In D63602#1570884, @ro wrote:

Ping^2. This one, like its companion https://reviews.llvm.org/D63601 has remained unreviewed for two weeks.

I would recommend to check for a recent activity of the reviewer and here I would not expect anything from @alekseyshl

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,
even there you know after a time which maintainer is currently active.

This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJul 8 2019, 3:04 PM