This is an archive of the discontinued LLVM Phabricator instance.

[asan] Undo special treatment of linkonce_odr and weak_odr
ClosedPublic

Authored by vitalybuka on Dec 19 2018, 1:00 PM.

Details

Summary

On non-Windows these are already removed by ShouldInstrumentGlobal.
On Window we will wait until we get actual issues with that.

Diff Detail

Event Timeline

vitalybuka created this revision.Dec 19 2018, 1:00 PM

update a test

pcc accepted this revision.Dec 19 2018, 4:31 PM

LGTM

This revision is now accepted and ready to land.Dec 19 2018, 4:31 PM
This revision was automatically updated to reflect the committed changes.