Displaying 2 results from an estimated 2 matches for "aarch64wincoffobjectwrit".
Did you mean:
aarch64wincoffobjectwriter
2019 Oct 02
2
fixup_aarch64_movw support for COFF AArch64
Hi Everyone,
I'm working Chromium targeting Windows on ARM64 platform. As a part of
this work I ran into an issue related to llvm in Swiftshader.
Currently fixup_aarch64_movw relocation type is not supported for COFF
ARM64 (AArch64WinCOFFObjectWriter). As far as I see, Microsoft hasn't
defined indicator for this relocation type. I haven't seen documented
anywhere.
For AArch32 mova/movt indicators were implemented, I'm not sure but
maybe we need to have something similar for AArch64?
Could someone give me some pointers how I c...
2019 Oct 02
2
fixup_aarch64_movw support for COFF AArch64
..., 2 Oct 2019, Adam Kallai wrote:
>
>> I'm working Chromium targeting Windows on ARM64 platform. As a part
>> of this work I ran into an issue related to llvm in Swiftshader.
>>
>> Currently fixup_aarch64_movw relocation type is not supported for
>> COFF ARM64 (AArch64WinCOFFObjectWriter). As far as I see, Microsoft
>> hasn't defined indicator for this relocation type. I haven't seen
>> documented anywhere.
>>
>> For AArch32 mova/movt indicators were implemented, I'm not sure but
>> maybe we need to have something similar for AArch64?...