Closed
Bug 1841902
Opened 2 years ago
Closed 2 years ago
Undefined symbols for architecture arm64: __ZN17compiler_builtins3int19specialized_div_rem12u128_div_rem17h828a2ea0a232c821E
Categories
(Firefox Build System :: Toolchains, defect)
Firefox Build System
Toolchains
Tracking
(firefox117 fixed)
RESOLVED
FIXED
117 Branch
| Tracking | Status | |
|---|---|---|
| firefox117 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
[task 2023-06-23T11:59:03.612Z] 11:59:03 INFO - Undefined symbols for architecture arm64:
[task 2023-06-23T11:59:03.612Z] 11:59:03 INFO - "__ZN17compiler_builtins3int19specialized_div_rem12u128_div_rem17h828a2ea0a232c821E", referenced from:
[task 2023-06-23T11:59:03.612Z] 11:59:03 INFO - ___umodti3 in libgkrust.a(compiler_builtins-8940904d1c2f93b4.compiler_builtins.15a67ff1-cgu.120.rcgu.o)
[task 2023-06-23T11:59:03.612Z] 11:59:03 INFO - ld: symbol(s) not found for architecture arm64
| Assignee | ||
Comment 1•2 years ago
|
||
Sent upstream at https://github.com/tpoechtrager/cctools-port/pull/135.
Updated•2 years ago
|
Assignee: nobody → mh+mozilla
Status: NEW → ASSIGNED
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/03b2eccaf86f
Patch ld64 to avoid dead-stripping rust compiler_builtins atoms. r=firefox-build-system-reviewers,ahochheiden
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•