3486f698a3c0b7edb521f27e851d7362f63a114c
Bug: 14296739 Clang is emitting a text relocation for __gxx_personality_v0 on MIPS, and the linker is treating this as an error (converted from a warning initially). The warning appears harmless in this case, so the temporary solution is to disable it until the LLVM bug is fixed. Change-Id: I87dd41e7e2247d5b64ba8e2c5ad03db6716871de
Implement LWG issue #2135. If something goes wrong in condition_variable::wait, call terminate() rather than throwing an error. Do this indirectly, by marking the call as 'noexcept'. This is better than just calling terminate() directly, because it gives a better error message on the console.
Description
android_external_libcxx
Languages
C++
97.4%
HTML
0.9%
Python
0.9%
CMake
0.6%
Shell
0.1%