Closed
Bug 1769118
Opened 3 years ago
Closed 3 years ago
Add MOZ_TRIVIAL_AUTO_VAR_INIT for use in moz.build files
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(firefox102 fixed)
RESOLVED
FIXED
102 Branch
Tracking | Status | |
---|---|---|
firefox102 | --- | fixed |
People
(Reporter: tsmith, Assigned: tsmith)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file, 3 obsolete files)
In order to enable -ftrivial-auto-var-init=pattern
on a per module basis we require a method to detect if --enable-hardening
is set in moz.build files. This will allow us to respect the existing --enable-hardening
flag.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → twsmith
Status: NEW → ASSIGNED
Assignee | ||
Updated•3 years ago
|
Summary: Add MOZ_HARDENING_ENABLED for use in moz.build files → Add MOZ_TRIVIAL_AUTO_VAR_INIT for use in moz.build files
Assignee | ||
Comment 2•3 years ago
|
||
Updated•3 years ago
|
Attachment #9276518 -
Attachment description: Bug 1769118 - Add MOZ_TRIVIAL_AUTO_VAR_INIT. r=tjr,glandium Differential Revision: https://phabricator.services.mozilla.com/D146239 → Bug 1769118 - Add MOZ_TRIVIAL_AUTO_VAR_INIT. r=tjr,glandium
Updated•3 years ago
|
Attachment #9276325 -
Attachment is obsolete: true
Assignee | ||
Comment 3•3 years ago
|
||
Updated•3 years ago
|
Attachment #9276823 -
Attachment description: Bug 1769118 - Add MOZ_TRIVIAL_AUTO_VAR_INIT. r=tjr,glandium Differential Revision: https://phabricator.services.mozilla.com/D146352 → Bug 1769118 - Add MOZ_TRIVIAL_AUTO_VAR_INIT. r=tjr,glandium
Assignee | ||
Comment 4•3 years ago
|
||
Pushed by rvandermeulen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/aac2eb307b0b
Add MOZ_TRIVIAL_AUTO_VAR_INIT. r=glandium
Updated•3 years ago
|
Attachment #9276518 -
Attachment is obsolete: true
Updated•3 years ago
|
Attachment #9278012 -
Attachment is obsolete: true
Comment 6•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox102:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•