RESOLVED FIXED251746
Work around ASAN linker issue with currentStackPointer().
https://bugs.webkit.org/show_bug.cgi?id=251746
Summary Work around ASAN linker issue with currentStackPointer().
Mark Lam
Reported 2023-02-04 18:14:08 PST
For unknown reasons, the linker is not able to see exported inline asm functions for ASAN builds. As a work around, we'll use the generic currentStackPointer() when ASAN_ENABLED.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-02-04 18:14:30 PST
Mark Lam
Comment 2 2023-02-04 18:17:20 PST
EWS
Comment 3 2023-02-04 18:56:13 PST
Committed 259864@main (c5b1aaff095f): <https://commits.webkit.org/259864@main> Reviewed commits have been landed. Closing PR #9652 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.