Bug 261896 - [PlayStation] LLVM17 warning workaround for system macro redef
Summary: [PlayStation] LLVM17 warning workaround for system macro redef
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CMake (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Stephan Szabo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-21 11:52 PDT by Stephan Szabo
Modified: 2023-09-21 12:43 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Szabo 2023-09-21 11:52:23 PDT
On LLVM17 we are now getting warnings for the redefinition of system macro from the -U on the command line we use to handle one of our library limitations so turn this warning off until we can stop undefining it.
Comment 1 Stephan Szabo 2023-09-21 11:55:20 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18032
Comment 2 EWS 2023-09-21 12:42:53 PDT
Committed 268268@main (8c8c1cb79116): <https://commits.webkit.org/268268@main>

Reviewed commits have been landed. Closing PR #18032 and removing active labels.