This is an archive of the discontinued LLVM Phabricator instance.

Rename __asan_gen_* symbols to ___asan_gen_*.
ClosedPublic

Authored by pcc on Jul 18 2018, 10:43 AM.

Details

Summary

This prevents gold from printing a warning when trying to export
these symbols via the asan dynamic list after ThinLTO promotes them
from private symbols to external symbols with hidden visibility.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc created this revision.Jul 18 2018, 10:43 AM
eugenis accepted this revision.Jul 18 2018, 11:39 AM
This revision is now accepted and ready to land.Jul 18 2018, 11:39 AM
This revision was automatically updated to reflect the committed changes.