[ASan] Not linking asan_static library for DSO.
authorKirill Stoimenov <kstoimenov@google.com>
Tue, 25 Jan 2022 21:33:55 +0000 (21:33 +0000)
committerKirill Stoimenov <kstoimenov@google.com>
Wed, 26 Jan 2022 00:13:26 +0000 (00:13 +0000)
commitcf730d8ce1341ba593144df2e2bc8411238e04c3
tree15fe6baa6a2a78100a5b637c43cb70e5daf91b27
parentfe30370b007e7efa1bd1f39a3189b27ae4e5fcbe
[ASan] Not linking asan_static library for DSO.

Without this change DSOs fail to link because of missing asan_report_(load|store)n functions.

Reviewed By: kda

Differential Revision: https://reviews.llvm.org/D118184
clang/lib/Driver/ToolChains/CommonArgs.cpp