Closed
Bug 1692944
Opened 5 years ago
Closed 5 years ago
Build a clang toolchain for arm64 mac
Categories
(Firefox Build System :: Toolchains, task)
Firefox Build System
Toolchains
Tracking
(firefox88 fixed)
RESOLVED
FIXED
88 Branch
| Tracking | Status | |
|---|---|---|
| firefox88 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
(Blocks 2 open bugs)
Details
Attachments
(3 files)
No description provided.
| Assignee | ||
Comment 1•5 years ago
|
||
We've been building clang with SDK 10.12 since bug 1680152, but the
build-clang script is still assuming we're building with an older one.
| Assignee | ||
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
We don't hook it yet because mach bootstrap aborts early on arm64 right
now. And mach static analysis commands don't have enough information to
get the native toolchain.
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/5872d9d58d5d
Reflect the fact that we're building clang with SDK 10.12. r=firefox-build-system-reviewers,andi,dmajor
https://hg.mozilla.org/integration/autoland/rev/9d3253e0480f
Add a clang toolchain for arm64 mac. r=firefox-build-system-reviewers,andi,dmajor
https://hg.mozilla.org/integration/autoland/rev/72f4fc12a62a
Add a clang-tidy toolchain for arm64 mac. r=firefox-build-system-reviewers,andi,dmajor
Comment 5•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/5872d9d58d5d
https://hg.mozilla.org/mozilla-central/rev/9d3253e0480f
https://hg.mozilla.org/mozilla-central/rev/72f4fc12a62a
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•