]> granicus.if.org Git - llvm/commit
[SanitizerCoverage] Don't create comdat for interposable functions.
authorMatt Morehouse <mascasa@google.com>
Tue, 15 Jan 2019 21:21:01 +0000 (21:21 +0000)
committerMatt Morehouse <mascasa@google.com>
Tue, 15 Jan 2019 21:21:01 +0000 (21:21 +0000)
commitb2800c91d94c27c35d6f371819f6e4d6fb3e5404
tree290d435993eaac66928bed827229e92d39e3971f
parentc844b4637635e8f604bac0c81dff26d92bf6b4ac
[SanitizerCoverage] Don't create comdat for interposable functions.

Summary:
Comdat groups override weak symbol behavior, allowing the linker to keep
the comdats for weak symbols in favor of comdats for strong symbols.

Fixes the issue described in:
https://bugs.chromium.org/p/chromium/issues/detail?id=918662

Reviewers: eugenis, pcc, rnk

Reviewed By: pcc, rnk

Subscribers: smeenai, rnk, bd1976llvm, hiraditya, llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351247 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Instrumentation/SanitizerCoverage.cpp
test/Instrumentation/SanitizerCoverage/interposable-symbol-nocomdat.ll [new file with mode: 0644]