Closed Bug 634973 Opened 14 years ago Closed 13 years ago

Some symbols are used only from inline assembly

Categories

(Core :: JavaScript Engine, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: espindola, Unassigned)

Details

Attachments

(1 file)

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.
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.

Attachment

General

Created:
Updated:
Size: