Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c5b1aaff095f20adff76d53864500f1e42871768
https://github.com/WebKit/WebKit/commit/c5b1aaff095f20adff76d53864500f1e42871768
Author: Mark Lam <[email protected]>
Date: 2023-02-04 (Sat, 04 Feb 2023)
Changed paths:
M Source/WTF/wtf/StackPointer.h
Log Message:
-----------
Work around ASAN linker issue with currentStackPointer().
https://bugs.webkit.org/show_bug.cgi?id=251746
rdar://105047685
Reviewed by Alex Christensen.
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.
* Source/WTF/wtf/StackPointer.h:
Canonical link: https://commits.webkit.org/259864@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes