summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/stackmap.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AArch64] Enable emission of stack maps for non-Mach-O binaries on AArch64.Kristof Beyls2019-12-161-0/+492
The emission of stack maps in AArch64 binaries has been disabled for all binary formats except Mach-O since rL206610, probably mistakenly, as far as I can tell. This patch reverts this to its intended state. Differential Revision: https://reviews.llvm.org/D70069 Patch by Loic Ottet.
OpenPOWER on IntegriCloud