Displaying 1 result from an estimated 1 matches for "mclayer".
2018 Jul 17
3
Upstreaming Exception Handling support for Windows on ARM64
...We propose the following approach:
1) Upstream miscellaneous clang and llvm patches that are needed
for exception handling on ARM64 Windows. These are small patches that deal
with the ABI, relocations, etc. There are around 8 or 9 patches to
upstream.
2) Upstream the MCLayer part. This mostly deals with unwinding
opcodes that are described in a). This will probably consist of two
patches.
3) Upstream the AArch64 frame lowering part. This mostly deals
with emitting unwinding opcodes, as well as some small changes to the
exception handling tables. Probabl...