Closed
Bug 1344318
Opened 9 years ago
Closed 9 years ago
Look for llvm-config-3.9 as well as llvm-config
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(firefox55 fixed)
RESOLVED
FIXED
mozilla55
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | fixed |
People
(Reporter: mbrubeck, Assigned: mbrubeck)
References
Details
Attachments
(1 file)
In Debian 9, 'llvm-config' points to LLVM 3.8, but we need LLVM 3.9 which is available in a separate package through 'llvm-config-3.9'.
| Comment hidden (mozreview-request) |
Comment 2•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8843413 [details]
Bug 1344318 - Check for llvm-config-3.9 in configure.
https://reviewboard.mozilla.org/r/117186/#review119250
Attachment #8843413 -
Flags: review?(ted) → review+
Comment 3•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8843413 [details]
Bug 1344318 - Check for llvm-config-3.9 in configure.
https://reviewboard.mozilla.org/r/117186/#review119398
On the surface, this allows to fix the immediate issue, but it's limited in usefulness. One might not have llvm-config-3.9, but have both llvm-config on 3.8 and e.g. llvm-config-4.0 or some other version > 3.9.
Pushed by mbrubeck@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5ca7be935164
Check for llvm-config-3.9 in configure. r=ted
Comment 5•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•