[PATCH] D37829: [mips] Fix sem_init_glibc test.
Simon Dardis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 13 14:51:24 PDT 2017
sdardis added a comment.
The line (defined(__mips64) || _MIPS_SIM == _ABI64) is due to the change[1] where Joseph Myers defined N32 (an IPL32 ABI for MIPS64) to not have 64 bit atomics to deal with the issues of alignment of semaphores.
[1] https://sourceware.org/git/?p=glibc.git;a=commit;h=df34134284b46cdd8ffd39551b858652d465ca08
https://reviews.llvm.org/D37829
More information about the llvm-commits
mailing list