[llvm] r328687 - [ORC] Fix ORC on platforms without indirection support.

Andres Freund via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 2 17:31:58 PDT 2018


Hi,

On 2018-04-02 17:25:15 -0700, Lang Hames wrote:
> Unfortunately the fix was to effectively revert the patch by returning to
> the old condition. I have not had a chance to track down what went wrong on
> the buildbots yet. :/

Yea, I saw :/.  FWIW, I verified that PPC64EL and aarch64 work. I'm
trying to get things to cross-compile for ARM, but that's painful due to
the slowness of the machine I've access to (fails due to unrelated error
right now).

I saw a windows and a 32bit arm failure, did you notice others?


> I think the missing piece, back when this was written, was the x86-64 Win32
> ABI-compliant resolver block. That has since been implemented, but I recall
> seeing Windows specific failures last time we turned this on. Unfortunately
> I did not have access to a Windows machine to debug them.
> 
> If you have access to any machines that reproduce the failure I would be
> happy to try to help you debug it.

I'll try to get a colleague to help me setup a windows environment. Been
a long while since I did anything on windows.

Greetings,

Andres Freund


More information about the llvm-commits mailing list