[Bug sanitizer/81081] [ASAN] ASAN is not properly calling libbacktrace to symbolize program written on assembler
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81081 --- Comment #14 from Denis Khalikov --- IMHO, this is a really hard to face in real word. You, probably, have to write your program on assembly and then let "as" to add section with debuginfo, because "as" can not generate dwarf tag (DW_TAG_subpr
[Bug sanitizer/86755] [ASAN] Libasan failed to be build for arm with -mthumb and -fno-omit-frame-pointer
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86755 --- Comment #3 from Denis Khalikov --- The fix was accepted to llvm https://reviews.llvm.org/D50180. I hope the patch will be applied soon.