Closed
Bug 1621552
Opened 6 years ago
Closed 6 years ago
Don't pass clang PGO runtime explicitly on Windows
Categories
(Firefox Build System :: General, task)
Firefox Build System
General
Tracking
(firefox76 fixed)
RESOLVED
FIXED
mozilla76
| Tracking | Status | |
|---|---|---|
| firefox76 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•6 years ago
|
||
It turns out clang-cl adds an explicit /DEFAULTLIB:/full/path/to/runtime
to all the .obj it creates, which makes the linker add it on its own.
It looks like this only started in clang 9: https://github.com/llvm/llvm-project/commit/7a9ccf89f238dea27c79998808740e47c4ee0f75
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/1ff07d90ee59
Don't pass clang PGO runtime explicitly on Windows. r=dmajor
Comment 4•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in
before you can comment on or make changes to this bug.
Description
•