Closed
Bug 1205242
Opened 7 years ago
Closed 7 years ago
Update Linux clang to r244270 or newer
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox44 fixed)
RESOLVED
FIXED
mozilla44
Tracking | Status | |
---|---|---|
firefox44 | --- | fixed |
People
(Reporter: ted, Assigned: ehsan.akhgari)
References
Details
Attachments
(2 files)
5.65 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
666 bytes,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
I'm testing llvm-dsymutil for use in mac cross-compiles, and I need a version with this change: http://llvm.org/viewvc/llvm-project?view=revision&revision=244270 The upshot is that that version seems to work perfectly, which is exciting!
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → ehsan
Assignee | ||
Comment 1•7 years ago
|
||
Ted, my OS X laptop's XCode is messed up and I don't have a 10.7 SDK any more. Do you mind bumping llvm_revision in build/unix/build-clang/clang-trunk.json to 247539 and running build-clang.py on OS X please?
Flags: needinfo?(ted)
Assignee | ||
Comment 2•7 years ago
|
||
This is green on Linux: https://treeherder.mozilla.org/#/jobs?repo=try&revision=34e4cc170e52
Assignee | ||
Comment 3•7 years ago
|
||
I finally got a build, and pushed to try, but hit bug 1208338!
Flags: needinfo?(ted)
Assignee | ||
Comment 4•7 years ago
|
||
Attachment #8665771 -
Flags: review?(ted)
Assignee | ||
Comment 5•7 years ago
|
||
This still doesn't build on OSX :( https://treeherder.mozilla.org/#/jobs?repo=try&revision=d4ead8285d7c I need to get a slave.
Reporter | ||
Updated•7 years ago
|
Attachment #8665771 -
Flags: review?(ted) → review+
Assignee | ||
Comment 6•7 years ago
|
||
Assignee | ||
Comment 7•7 years ago
|
||
Comment on attachment 8666810 [details] [diff] [review] Part 2: Require libc++ for building the clang plugin on OSX This fixes the OSX build issue. clang 3.7 can no longer be built/run without libc++, and therefore the plugin is subject to the same rules.
Attachment #8666810 -
Flags: review?(ted)
Reporter | ||
Updated•7 years ago
|
Attachment #8666810 -
Flags: review?(ted) → review+
Assignee | ||
Comment 8•7 years ago
|
||
We also need bug 1209356 to disable make check on Mac!
Depends on: 1209356
https://hg.mozilla.org/integration/mozilla-inbound/rev/a80d382a693c https://hg.mozilla.org/integration/mozilla-inbound/rev/9c445ab04fc3
Comment 11•7 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/a80d382a693c https://hg.mozilla.org/mozilla-central/rev/9c445ab04fc3 https://hg.mozilla.org/mozilla-central/rev/682e822475fc
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
Updated•4 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•