Displaying 2 results from an estimated 2 matches for "d75382".
2020 Feb 28
7
Contributing LLD for Mach-O
...same design as the COFF and ELF ports. This design has proven to work very well for those ports, and we’re keen to explore it for Mach-O as well. Our work is based on an initial prototype created by Peter Collingbourne and Rui Ueyama.
Our initial commit is up for review at https://reviews.llvm.org/D75382. We’ve intentionally stripped down this initial commit as much as possible to ease reviewing; we’ve kept it to the absolute minimum needed to produce and test a working macOS x86-64 executable for that prints “Hello World” via a syscall. We have several short-term follow-ups planned to add importan...
2020 Feb 29
2
Contributing LLD for Mach-O
...design has proven to work
>> very well for those ports, and we’re keen to explore it for Mach-O as well.
>> Our work is based on an initial prototype created by Peter Collingbourne
>> and Rui Ueyama.
>>
>> Our initial commit is up for review at https://reviews.llvm.org/D75382.
>> We’ve intentionally stripped down this initial commit as much as possible
>> to ease reviewing; we’ve kept it to the absolute minimum needed to produce
>> and test a working macOS x86-64 executable for that prints “Hello World”
>> via a syscall. We have several short-ter...