RESOLVED FIXED 239633
[PGO] Fix perl warnings caused by PGO for real this time
https://bugs.webkit.org/show_bug.cgi?id=239633
Summary [PGO] Fix perl warnings caused by PGO for real this time
Justin Michaud
Reported 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.
Attachments
Justin Michaud
Comment 1 2022-04-21 16:47:13 PDT
EWS
Comment 2 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.
Radar WebKit Bug Importer
Comment 3 2022-04-21 20:57:15 PDT
Alexey Proskuryakov
Comment 4 2022-04-21 21:34:04 PDT
This should really be “exists”, not “defined”.
Note You need to log in before you can comment on or make changes to this bug.