Closed
Bug 1892198
Opened 1 year ago
Closed 1 year ago
Remove linker script alternative in MOZ_EXPAND_LIBS
Categories
(Firefox Build System :: General, task)
Firefox Build System
General
Tracking
(firefox127 fixed)
RESOLVED
FIXED
127 Branch
| Tracking | Status | |
|---|---|---|
| firefox127 | --- | fixed |
People
(Reporter: sergesanspaille, Assigned: sergesanspaille)
References
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•1 year ago
|
||
@file are supported by gcc since gcc 7 and by clang since clang 3.x,
which removes the need for linker script to list input files.
As a side effect this removes the LTO dependency from the check.
Updated•1 year ago
|
Attachment #9397326 -
Attachment description: Bug 1892198 - No longer support linkerscript style for moz_expand_libs r=glandium → Bug 1892198 - No longer support linkerscript style for moz_expand_libs r=glandium!
Pushed by sguelton@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/390c5748d868
No longer support linkerscript style for moz_expand_libs r=glandium
Comment 3•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox127:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
Comment 4•1 year ago
|
||
Backed out for causing Bug 1892493
Status: RESOLVED → REOPENED
status-firefox127:
fixed → ---
Flags: needinfo?(sguelton)
Resolution: FIXED → ---
Target Milestone: 127 Branch → ---
Comment 5•1 year ago
|
||
Backout merged to central: https://hg.mozilla.org/mozilla-central/rev/abbced9e066d
Updated•1 year ago
|
Pushed by sguelton@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/28331f579139
No longer support linkerscript style for moz_expand_libs r=glandium
| Assignee | ||
Updated•1 year ago
|
Flags: needinfo?(sguelton)
Status: REOPENED → RESOLVED
Closed: 1 year ago → 1 year ago
status-firefox127:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•