[all-commits] [llvm/llvm-project] cf730d: [ASan] Not linking asan_static library for DSO.
kstoimenov via All-commits
all-commits at lists.llvm.org
Tue Jan 25 16:13:44 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf730d8ce1341ba593144df2e2bc8411238e04c3
https://github.com/llvm/llvm-project/commit/cf730d8ce1341ba593144df2e2bc8411238e04c3
Author: Kirill Stoimenov <kstoimenov at google.com>
Date: 2022-01-26 (Wed, 26 Jan 2022)
Changed paths:
M clang/lib/Driver/ToolChains/CommonArgs.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list