AArch64 Backend: Generate StackMaps for all binary formats
Rob Lyerly via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 27 08:20:48 PDT 2016
Hello,
I've attached a patch that causes the AArch64 backend to generate StackMap
sections [1] for all binary formats. Previously the backend only generated
StackMap sections for Mach binaries, and hence didn't support
ELF/Linux-based systems, e.g., Ubuntu on X-Gene [2].
[1] http://llvm.org/docs/StackMaps.html
[2] http://www.ubuntu.com/certification/hardware/201407-15333/
--
Rob Lyerly
Graduate Research Assistant, Systems Software Research Group
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160627/0ccd67c0/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: AArch64StackMap.patch
Type: text/x-diff
Size: 584 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160627/0ccd67c0/attachment.patch>
More information about the llvm-commits
mailing list