This is an archive of the discontinued LLVM Phabricator instance.

[ASan] Not linking asan_static library for DSO.
ClosedPublic

Authored by kstoimenov on Jan 25 2022, 1:36 PM.

Details

Summary

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

Diff Detail

Event Timeline

kstoimenov requested review of this revision.Jan 25 2022, 1:36 PM
kstoimenov created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 25 2022, 1:36 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
kstoimenov retitled this revision from [ASan] Not lininking asan_static library for DSO. to [ASan] Not linking asan_static library for DSO..Jan 25 2022, 2:18 PM
kstoimenov edited the summary of this revision. (Show Details)
kda accepted this revision.Jan 25 2022, 4:09 PM

unit test?

This revision is now accepted and ready to land.Jan 25 2022, 4:09 PM
This revision was landed with ongoing or failed builds.Jan 25 2022, 4:13 PM
This revision was automatically updated to reflect the committed changes.