There seems to be a difference between 2.12.1 and 2.12.2 in 64-bit build.
Tested on Scientific Linux 6.6, based on RHEL.
Details
Details
- Reviewers
kcc samsonov earthdok - Commits
- rG387e05845d07: Merging r261193: --------------------------------------------------------------…
rG9bf3acd5ff8e: [compiler-rt] Return correct size of struct pthread for glibc-2.12.2
rCRT261193: [compiler-rt] Return correct size of struct pthread for glibc-2.12.2
rL261193: [compiler-rt] Return correct size of struct pthread for glibc-2.12.2
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM
lib/sanitizer_common/sanitizer_linux_libcdep.cc | ||
---|---|---|
246 ↗ | (On Diff #47774) | Just else if (minor <= 13) ? |