[all-commits] [llvm/llvm-project] 7f4f07: [AArch64] Enable emission of stack maps for non-Ma...
Kristof Beyls via All-commits
all-commits at lists.llvm.org
Mon Dec 16 04:13:07 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7f4f07ddf3200fb6596080b5211c3a790f35c5b7
https://github.com/llvm/llvm-project/commit/7f4f07ddf3200fb6596080b5211c3a790f35c5b7
Author: Kristof Beyls <kristof.beyls at arm.com>
Date: 2019-12-16 (Mon, 16 Dec 2019)
Changed paths:
M llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
A llvm/test/CodeGen/AArch64/stackmap.ll
Log Message:
-----------
[AArch64] Enable emission of stack maps for non-Mach-O binaries on AArch64.
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.
More information about the All-commits
mailing list