This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Return correct size of struct pthread for glibc-2.12.2
ClosedPublic

Authored by Hahnfeld on Feb 12 2016, 12:24 AM.

Diff Detail

Event Timeline

Hahnfeld updated this revision to Diff 47774.Feb 12 2016, 12:24 AM
Hahnfeld retitled this revision from to [compiler-rt] Return correct size of struct pthread for glibc-2.12.2.
Hahnfeld updated this object.
Hahnfeld added reviewers: samsonov, kcc, earthdok.
Hahnfeld added a subscriber: llvm-commits.
samsonov accepted this revision.Feb 17 2016, 12:25 PM
samsonov edited edge metadata.

LGTM

lib/sanitizer_common/sanitizer_linux_libcdep.cc
246

Just else if (minor <= 13) ?

This revision is now accepted and ready to land.Feb 17 2016, 12:25 PM
This revision was automatically updated to reflect the committed changes.