]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
For now, disable shrink-wrapping (a new optimization pass that computes
authordim <dim@FreeBSD.org>
Thu, 11 Feb 2016 20:00:22 +0000 (20:00 +0000)
committerdim <dim@FreeBSD.org>
Thu, 11 Feb 2016 20:00:22 +0000 (20:00 +0000)
commit86bef0867f0389dc03d4cd4913f5dee79377226f
treef7a28554499c6889d76fe1614893ae82258ef6ec
parent0abf59f0ae5e160f3fb5c4643207235649ce9618
For now, disable shrink-wrapping (a new optimization pass that computes
the safe point to insert the prologue and epilogue of the function) on
X86.  This prevents problems with some functions using TLS, such as in
jemalloc, and which was the cause for Address Sanitizer crashes.  The
correct fix is still being discussed upstream.
contrib/llvm/lib/Target/X86/X86FrameLowering.cpp