Instead of calling asan_report.* directly from assembly code they have been replaced with corresponding asan_report.*_asm function, which call asan_report.*. All asan_report.* are now undefined weak symbols, which allows DSOs to link when z defs is used. Reviewed By: MaskRay, morehouse Differential Revision: https://reviews.llvm.org/D118813
1.4 KiB
1.4 KiB