Displaying 3 results from an estimated 3 matches for "ldd_relocation_fix".
Did you mean:
ldd_relocation_fixes
2018 Jul 10
2
lld/mach-o x86_64 asserts
...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 when memory mapped.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ldd_relocation_fixes.txt
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180710/342ba363/attachment.txt>
2018 Jul 11
2
lld/mach-o x86_64 asserts
On Tue, Jul 10, 2018 at 10:12 PM Carlo Kok via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
>
> That sounds quite reasaonable; how does one usually go about doing that? a repro zip that hits both asserts?
>
You can take inspiration from anything in lld/test, but basically
either an assembly source (or multiple) passed through llvm-mc and
then lld, or a YAML file passed to yaml2obj
2018 Jul 17
2
lld/mach-o x86_64 asserts
...: darwin-asserts-in-x86_64.ll
Type: application/octet-stream
Size: 2178 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180717/25bdf126/attachment.obj>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ldd_relocation_fixes.txt
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180717/25bdf126/attachment.txt>