[PATCH] D70069: [AArch64] Enable emission of stack maps for non-Mach-O binaries on AArch64.

Loïc Ottet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 11 01:48:13 PST 2019


loicottet created this revision.
loicottet added reviewers: reames, kristof.beyls.
loicottet added a project: LLVM.
Herald added subscribers: llvm-commits, hiraditya.

The emission of stack maps in AArch64 binaries has been disabled for all binary formats except Mach-O since rL206610 <https://reviews.llvm.org/rL206610>, probably mistakenly, as far as I can tell. This patch reverts this to its intended state.


Repository:
  rL LLVM

https://reviews.llvm.org/D70069

Files:
  llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
  llvm/test/CodeGen/AArch64/stackmap.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70069.228647.patch
Type: text/x-patch
Size: 16938 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191111/47e7f563/attachment-0001.bin>


More information about the llvm-commits mailing list