Bug 239633 - [PGO] Fix perl warnings caused by PGO for real this time
Summary: [PGO] Fix perl warnings caused by PGO for real this time
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Justin Michaud
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-04-21 16:44 PDT by Justin Michaud
Modified: 2022-04-21 21:34 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Michaud 2022-04-21 16:44:05 PDT
Third time's the charm, let's fix these perl warnings:

Use of uninitialized value $ENV{"ENABLE_LLVM_PROFILE_GENERATION"} in string eq at ../../Tools/Scripts/check-for-weak-vtables-and-externals line 63.
Comment 1 Justin Michaud 2022-04-21 16:47:13 PDT
Pull request: https://github.com/WebKit/WebKit/pull/354
Comment 2 EWS 2022-04-21 20:56:54 PDT
Committed r293207 (249878@main): <https://commits.webkit.org/249878@main>

Reviewed commits have been landed. Closing PR #354 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-04-21 20:57:15 PDT
<rdar://problem/92140709>
Comment 4 Alexey Proskuryakov 2022-04-21 21:34:04 PDT
This should really be “exists”, not “defined”.