Closed
Bug 634973
Opened 14 years ago
Closed 13 years ago
Some symbols are used only from inline assembly
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: espindola, Unassigned)
Details
Attachments
(1 file)
10.69 KB,
patch
|
Details | Diff | Splinter Review |
Some symbols are only referenced from inline assembly. This breaks LTO because it works at the IL level and those undefined references are not visible.
A way to fix it is to move the assembly to a .s file. The attached patch does it.
Reporter | ||
Comment 1•13 years ago
|
||
This was fixed by having LLVM's LTO parse assembly. We might have to revisit this if we ever try GCC LTO on OS X.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•