This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Define as weak, functions that are declared as weak.
ClosedPublic

Authored by mpividori on Jan 27 2017, 12:33 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

mpividori created this revision.Jan 27 2017, 12:33 PM
mpividori updated this revision to Diff 86242.Jan 29 2017, 11:20 PM

I updated the diff to use the new macro SANITIZER_INTERFACE_WEAK_DEF() and also add that symbols to the list of weak symbols in: weak_symbols.txt.

Ready to land?

alekseyshl accepted this revision.Jan 30 2017, 9:30 AM
This revision is now accepted and ready to land.Jan 30 2017, 9:30 AM
This revision was automatically updated to reflect the committed changes.