Bug 244731 - [WebAuthn] Turn off optimization for some files to workaround LTO bug
Summary: [WebAuthn] Turn off optimization for some files to workaround LTO bug
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: pascoe@apple.com
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-09-02 15:01 PDT by pascoe@apple.com
Modified: 2022-09-04 11:50 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pascoe@apple.com 2022-09-02 15:01:02 PDT
Optimization causes issues in some configurations, turning off optimization for some files.
Comment 1 pascoe@apple.com 2022-09-02 15:22:55 PDT
rdar://99350672
Comment 2 pascoe@apple.com 2022-09-02 15:34:01 PDT
Pull request: https://github.com/WebKit/WebKit/pull/3973
Comment 3 EWS 2022-09-02 18:14:54 PDT
Committed 254123@main (06d4a7261d9b): <https://commits.webkit.org/254123@main>

Reviewed commits have been landed. Closing PR #3973 and removing active labels.
Comment 4 Alexey Proskuryakov 2022-09-04 11:50:03 PDT
Is there a bug filed against clang for this?