Changed AArch64AsmPrinter to emit LLVM stackmap [1] section for all binary formats in AArch64 backend. Currently, this section is only emitted for Mach binary files.
[1] http://llvm.org/docs/StackMaps.html
Patch by Rob Lyerly.
Differential D21850
[AArch64] Emit StackMaps for all binary formats rlyerly on Jun 29 2016, 11:22 AM. Authored by
Details Changed AArch64AsmPrinter to emit LLVM stackmap [1] section for all binary formats in AArch64 backend. Currently, this section is only emitted for Mach binary files. [1] http://llvm.org/docs/StackMaps.html Patch by Rob Lyerly.
Diff Detail Event TimelineComment Actions Sorry this slipped through without notice for so long. This looks entirely reasonable, but could you include a test case to ensure it doesn't break in the future? |