llvm-mc can crash when
there is cfi_startproc without cfi_end_proc:
.text .globl foo foo: .cfi_startproc
Testcase shows the issue, patch fixes it.
Differential D43456
[MC] - Don't crash on unclosed frame. grimar on Feb 19 2018, 3:32 AM. Authored by
Details llvm-mc can crash when .text .globl foo foo: .cfi_startproc Testcase shows the issue, patch fixes it.
Diff Detail |