Bug 239633
Summary: | [PGO] Fix perl warnings caused by PGO for real this time | ||
---|---|---|---|
Product: | WebKit | Reporter: | Justin Michaud <justin_michaud> |
Component: | Tools / Tests | Assignee: | Justin Michaud <justin_michaud> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Justin Michaud
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Justin Michaud
Pull request: https://github.com/WebKit/WebKit/pull/354
EWS
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
<rdar://problem/92140709>
Alexey Proskuryakov
This should really be “exists”, not “defined”.