Closed
Bug 1553864
Opened 6 years ago
Closed 6 years ago
Remove VS2015 PGO build workaround
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox69 fixed)
RESOLVED
FIXED
mozilla69
| Tracking | Status | |
|---|---|---|
| firefox69 | --- | fixed |
People
(Reporter: away, Assigned: away)
Details
Attachments
(1 file)
Not only is MSVC no longer supported, but this code wouldn't even work anyway because VS2017 changed its path format to the "Hostx86" style.
This code was already dead during the VS2017 era (since that compiler changed to the Hostx64\x86 path scheme), let alone clang-cl.
Pushed by dmajor@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/44b86ef7a1d6
Clean up some VS2015 PGO build config code r=nalexander
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
You need to log in
before you can comment on or make changes to this bug.
Description
•