[llvm-commits] [PATCH]: .cfi_register and .cfi_undefined
PaX Team
pageexec at freemail.hu
Wed Nov 14 16:32:46 PST 2012
On 15 Nov 2012 at 3:59, Anton Korobeynikov wrote:
> Hi Roman
>
> It seems that Simple is unused here:
> +void MCStreamer::EmitCFIStartProc(bool Simple) {
>
> It needs to be either handled or removed. I think the former.
yes, i pushed down Simple into EmitCFIStartProc with the hope that someone
would actually know what to do with it. the spec says:
Unless .cfi_startproc is used along with parameter simple it also emits
some architecture dependent initial CFI instructions.
now i have no idea what those arch dependent insns are or whether llvm already
emits them so any help is welcome ;).
More information about the llvm-commits
mailing list