Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 31ca450192b169409f19291c68fdb6cb57dd1ccf
https://github.com/WebKit/WebKit/commit/31ca450192b169409f19291c68fdb6cb57dd1ccf
Author: Angelos Oikonomopoulos <[email protected]>
Date: 2025-05-23 (Fri, 23 May 2025)
Changed paths:
M Source/JavaScriptCore/llint/LowLevelInterpreter.cpp
Log Message:
-----------
Don't emit cfi_{start,end}proc directives on ARMv7
https://bugs.webkit.org/show_bug.cgi?id=293479
Reviewed by Justin Michaud.
Emitting the directives in the cpp file means that there are now
additional assembler directives (emitted by the compiler) and one of
those appears to function as an implicit .cfi_endproc as far as GNU as
is concerned. This results in a mismatched directives error and a
failing build, so disable this on ARMv7 for now.
Canonical link: https://commits.webkit.org/295338@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes