mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-17 07:46:41 +00:00

On ARM64EC, the `IMAGE_SCN_GPREL` flag is repurposed to indicate that section code is x86_64. This enables embedding x86_64 code within ARM64EC object files. MSVC uses this for export thunks in .exp files.