microsoft / igvm

MIT License
81 stars 17 forks source link

Add support for aarch64 relocations. #57

Closed Brian-Perkins closed 1 month ago

Brian-Perkins commented 1 month ago

Add support for aarch64 relocations.

This does not support actually performing the relocations via pagetable fixups, but supports generating IGVM files targeting AArch64 with relocation headers. A future change will add support to the pagetable builder to handle this.

58