This is an archive of the discontinued LLVM Phabricator instance.

Move __tsan::Vector to __sanitizer
ClosedPublic

Authored by krytarowski on Dec 1 2017, 7:04 AM.

Details

Summary

The low-fat STL-like vector container will be reused in MSan.

It is needed to implement an atexit(3) interceptor on NetBSD/amd64 in MSan.

Sponsored by <The NetBSD Foundation>

Diff Detail

Repository
rL LLVM

Event Timeline

krytarowski created this revision.Dec 1 2017, 7:04 AM

Remove unrelated local changes from this patch.

dvyukov accepted this revision.Dec 4 2017, 4:27 AM
This revision is now accepted and ready to land.Dec 4 2017, 4:27 AM
krytarowski closed this revision.Dec 4 2017, 4:30 AM