forked from WebKit/WebKit
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ANGLE] Workaround ASan false-positive stack-use-after-scope in Xcode…
… 16.3 <https://bugs.webkit.org/show_bug.cgi?id=288308> <rdar://144259986> Reviewed by John Wilander and Kimmo Kinnunen. * Configurations/Sanitizers.xcconfig: (WK_ADDRESS_SANITIZER_OTHER_CFLAGS_YES): (WK_NEEDS_RDAR_145268301_ASAN_STACK_USE_AFTER_SCOPE_WORKAROUND): Add. (WK_WORKAROUND_RDAR_145268301_ASAN_STACK_USE_AFTER_SCOPE): Add. (WK_WORKAROUND_RDAR_145268301_ASAN_STACK_USE_AFTER_SCOPE_YES): Add. - Include a command-line switch to define a macro if the workaround is needed. * Configurations/WebKitTargetConditionals.xcconfig: (WK_XCODE_BEFORE_16_3): Add. (WK_XCODE_BEFORE_16_3_XCODE_BEFORE_16): Add. (WK_XCODE_BEFORE_16_3_XCODE_SINCE_16): Add. (WK_XCODE_BEFORE_16_3_1600): Add. (WK_XCODE_BEFORE_16_3_1610): Add. (WK_XCODE_BEFORE_16_3_1620): Add. (WK_XCODE_16_3): Add. (WK_XCODE_16_3_): Add. (WK_XCODE_16_3_YES): Add. - Add version checking variables for Xcode 16.3. * Source/ThirdParty/ANGLE/src/compiler/translator/InfoSink.h: (sh::fractionalPart): - Disable ASan if the workaround is needed. Canonical link: https://commits.webkit.org/290943@main
- Loading branch information
Showing
3 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters