[PATCH] D40903: [Sanitizers] Basic Solaris sanitizer support (PR 33274)

Rainer Orth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 19 04:55:57 PST 2017


ro added a comment.

There are two issues before the patch can be commited:

- It depends on https://reviews.llvm.org/D35755 which needs minor changes.

- I'm currently working with an experimental version of Solaris ld that *does* support generation of __start___sancov_guards etc. labels. This will most likely go into Solaris 11.4, but somehow older linkers without that support (from Solaris 11.3 or OpenSolaris derivatives) will have to be supported, probably by a cmake test.  Not sure yet how best to do this.


Repository:
  rC Clang

https://reviews.llvm.org/D40903





More information about the cfe-commits mailing list