gecko-dev/mozglue/build
Mike Hommey 2979d0b082 Bug 1635327 - Disable __tls_get_addr interception in sanitizer builds. r=firefox-build-system-reviewers,emilio,andi
Sanitizers try to intercept __tls_get_addr to find DTLS blocks. In some
cases, they fail miserably with a crash. And in the cases they don't
crash, they don't seem to actually work properly anyways.

This affects both build time when running host programs compiled with
sanitizer flags (this only actually affects rust build
scripts/procedural macros on non-cross builds, not C/C++ host programs),
and execution time, e.g. when running tests.

Differential Revision: https://phabricator.services.mozilla.com/D120574
2021-07-22 22:00:59 +00:00
..
arm-eabi-filter
arm.cpp
arm.h
AsanOptions.cpp Bug 1635327 - Disable __tls_get_addr interception in sanitizer builds. r=firefox-build-system-reviewers,emilio,andi 2021-07-22 22:00:59 +00:00
BionicGlue.cpp
dummy.cpp
IAccessible32.manifest Bug 1714212 - Ensure COM initialized prior to showing skeleton UI r=Jamie,aklotz,tkikuchi 2021-07-07 22:37:14 +00:00
IAccessible64.manifest Bug 1714212 - Ensure COM initialized prior to showing skeleton UI r=Jamie,aklotz,tkikuchi 2021-07-07 22:37:14 +00:00
Makefile.in
mips.cpp
mips.h
moz.build Bug 1714212 - Ensure COM initialized prior to showing skeleton UI r=Jamie,aklotz,tkikuchi 2021-07-07 22:37:14 +00:00
mozglue.def
mozglue.dll.manifest
mozglue.ver
ppc.cpp
ppc.h
replace_malloc.mozbuild
SSE.cpp
SSE.h
TsanOptions.cpp Bug 1671574 - Add perma TSan suppression to StartupCache r=decoder 2021-07-13 21:13:28 +00:00
UbsanOptions.cpp