The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
29.36k
stars
12.14k
forks
source link
[llvm][ARM] Unable to use `.cantunwind` (and similar directives) in inline assembly #115891
Open
alexrp opened 2 weeks ago
I would guess that
.fnstart
/.fnend
is lacking similar handling to.cfi_startproc
/.cfi_endproc
in the integrated assembler?