This is an archive of the discontinued LLVM Phabricator instance.

[safestack] Replace statics with unnamed namespace
ClosedPublic

Authored by vitalybuka on Jan 17 2019, 4:57 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

vitalybuka created this revision.Jan 17 2019, 4:57 PM
eugenis added inline comments.Jan 17 2019, 5:19 PM
compiler-rt/lib/safestack/safestack.cc
267 ↗(On Diff #182418)

should the namespace end here?

vitalybuka marked an inline comment as done.Jan 17 2019, 5:27 PM

Moveout __safestack_unsafe_stack_ptr for consistency

eugenis accepted this revision.Jan 17 2019, 5:30 PM

LGTM

This revision is now accepted and ready to land.Jan 17 2019, 5:30 PM
This revision was automatically updated to reflect the committed changes.