]> granicus.if.org Git - clang/commit
[Sanitizers] Don't use clang_rt.sancov_{begin,end} on Solaris
authorRainer Orth <ro@gcc.gnu.org>
Mon, 8 Jul 2019 22:04:25 +0000 (22:04 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Mon, 8 Jul 2019 22:04:25 +0000 (22:04 +0000)
commit569e14e3a552e81b9d909eaf7598b40f5a8f7801
treec9e1e33c0bb282f4540678ad73a2645fb94594c5
parentf7d4e09a761c31cc413bc43ad5bd4c5c187edebe
[Sanitizers] Don't use clang_rt.sancov_{begin,end} on Solaris

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

Differential Revision: https://reviews.llvm.org/D63602

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@365396 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains/Solaris.cpp