Closed Bug 1094584 Opened 10 years ago Closed 10 years ago

XPCOMBinaryComponents lose their fake.exp between first and second PGO links

Categories

(Firefox Build System :: General, defect)

36 Branch
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla36

People

(Reporter: away, Assigned: glandium)

References

Details

Attachments

(1 file)

Perhaps this is due to: DELETE_AFTER_LINK = fake.lib fake.exp
http://dxr.mozilla.org/mozilla-central/source/config/config.mk#512

72:29.34 Executing: link -NOLOGO -DLL -OUT:testcompnoaslr.dll  [...]
72:29.34 LINK : fatal error LNK1181: cannot open input file 'fake.exp'

72:29.58 Executing: link -NOLOGO -DLL -OUT:xpctest.dll  [...]
72:29.59 LINK : fatal error LNK1181: cannot open input file 'fake.exp'

72:30.03 Executing: link -NOLOGO -DLL -OUT:browsercomps.dll  [...]
72:30.03 LINK : fatal error LNK1181: cannot open input file 'fake.exp'
This used to be necessary to avoid the conflicting names between import
libraries and static libraries, but that's now prevented by the whole
moz.build machinery.
Attachment #8517932 - Flags: review?(mshal)
Assignee: nobody → mh+mozilla
Status: NEW → ASSIGNED
Attachment #8517932 - Flags: review?(mshal) → review+
Blocks: 1095103
https://hg.mozilla.org/mozilla-central/rev/99aa737baeb9
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
Blocks: 1096117
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: