gecko-dev/js
Nathan Froyd fc41938428 Bug 1163171 - part 4 - fix jsapi-tests link errors with __atomic_* intrinsics on x86/Android with clang; r=glandium
NDK r15+ clang changed the code generation strategy for the __atomic_*
intrinics such that using them with 64-bit types now requires linking
with libatomic.  Our current configure tests for libatomic doesn't catch
this, because the std::atomic implementation is such that it doesn't
require an external library, even for 64-bit types, whereas the
__atomic_* intrinsics do.  The safest thing to do is to force this
configure check to always return true when we are compiling for
x86/Android with clang.
2017-10-28 17:38:58 -04:00
..
ductwork/debugger
examples
ipc Bug 1406570 - Rooting improvements, r=jonco,bz 2017-10-09 10:59:02 -07:00
public Bug 1411302 - Don't try and OOM test worker threads r=jandem 2017-10-27 15:52:43 +01:00
rust merge mozilla-central to autoland. r=merge a=merge 2017-10-24 23:59:14 +02:00
src Bug 1163171 - part 4 - fix jsapi-tests link errors with __atomic_* intrinsics on x86/Android with clang; r=glandium 2017-10-28 17:38:58 -04:00
xpconnect Bug 638054 - Remove or fix tests outside JS using watch/unwatch. r=bz,fitzgen 2017-10-24 20:48:14 +02:00
ffi.configure
moz.build Bug 1403322 - schedule jsreftests inclusively; r=ahal 2017-10-11 17:31:20 +00:00
moz.configure Bug 1405943 - Part 1: Implement Pipeline Operator |>. r=arai 2017-10-17 00:10:00 -04:00