search for: d8b0c143

Displaying 1 result from an estimated 1 matches for "d8b0c143".

2018 Jul 10
2
lld/mach-o x86_64 asserts
On LLD mach/o x86_64 LLD calls dataInCodeTransitionStart and dataInCodeTransitionEnd, which aren't implemented (and thus return the defautl value 0), later in applyFixupFinal it reaches the default: unreachable causing miscompiles depending on the optimizer. Attached is a simple patch that fixes this. It also fixes the read8 method, as object files inside .a files aren't 8 byte aligned