[PATCH] D51798: [Dwarf/AArch64] Return address signing B key dwarf support
Oliver Stannard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 9 05:54:00 PDT 2018
olista01 added inline comments.
================
Comment at: lib/MC/MCAsmStreamer.cpp:1582
+void MCAsmStreamer::EmitCFIBKeyFrame() {
+ MCStreamer::EmitCFIBKeyFrame();
+
----------------
This will cause an assertion if we are not emitting unwind tables, so we need to skip this this as is currently done in AsmPrinter::emitCFIInstruction.
https://reviews.llvm.org/D51798
More information about the llvm-commits
mailing list