]> granicus.if.org Git - clang/commit
Driver: Do not link safestack with --whole-archive.
authorPeter Collingbourne <peter@pcc.me.uk>
Tue, 7 Feb 2017 03:21:57 +0000 (03:21 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Tue, 7 Feb 2017 03:21:57 +0000 (03:21 +0000)
commit8cbe53b5d9fe86c465e4a1c72c35b43e3734e5ed
tree4b8414c940195a951bc274083de70901700099f4
parentb95354dce3f19fb3406bee636bcca9ab7f2f8737
Driver: Do not link safestack with --whole-archive.

This allows it to be used with the other sanitizers.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@294274 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
test/Driver/sanitizer-ld.c