[Webkit-unassigned] [Bug 143606] Enable LLVM FastISel on AArch64 Linux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 10 11:17:39 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=143606

Juergen Ributzka <juergen at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |juergen at apple.com

--- Comment #2 from Juergen Ributzka <juergen at apple.com> ---
(In reply to comment #1)
> We will have another problem with it:
> "llvmForJSC.dylib: for the -regalloc option: Cannot find option named
> 'basic'!"

Looks like the dylib wasn't linked with the --whole-archive option. The register allocators are registered by static initializers. Without the --whole-archive option the "basic" register allocator will be dead stripped out.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150410/578cb3a3/attachment-0001.html>


More information about the webkit-unassigned mailing list