Closed
Bug 632188
Opened 14 years ago
Closed 14 years ago
Need a way to pass a flag when linking a dso
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: espindola, Unassigned)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
Details | Diff | Splinter Review |
When using LTO with LLVM on an ELF system one has to pass -use-gold-plugin to clang. The attached patch allows the user to pass flags to DSO_LDOPTS.
Reporter | ||
Updated•14 years ago
|
Blocks: clang-macosx
Reporter | ||
Comment 1•14 years ago
|
||
Attachment #510403 -
Attachment is obsolete: true
Reporter | ||
Comment 2•14 years ago
|
||
I changed clang so that we can just use CC="clang -use-gold-plugin" CXX="clang++ -use-gold-plugin".
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•