[LLVMdev] unsupported GC: shadow-stack when using MCJIT

Hayden Livingston halivingston at gmail.com
Tue Mar 31 18:03:42 PDT 2015


Thanks, Philip. I have a sinking feeling it's not your change, but could
you share the commit and so I can try it out locally?

Bug: https://llvm.org/bugs/show_bug.cgi?id=23095

The reason I think it is not your change is because I tried a shared
library build of LLVM 3.5.1 and that also failed with this error. Maybe it
is because I'm using a package that makes an LLVM DLL for Windows.

The only reason why it show that error is if the static constructor for it
didn't run, right? And I don't know why it would not run.

On Tue, Mar 31, 2015 at 5:29 PM, Philip Reames <listmail at philipreames.com>
wrote:

>  Most likely a mistake in one of my recent patches.  Can you file a bug
> with a test case?  I'll try to get this fixed quickly.
>
> Philip
>
> On 03/31/2015 01:42 AM, Hayden Livingston wrote:
>
> I'm getting an error while using a trivial example by just setting a
> function's gc to shadow-stack.
>
>  Does anybody know why this could be happening?
>
>
> _______________________________________________
> LLVM Developers mailing listLLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.eduhttp://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150331/babf7ed6/attachment.html>


More information about the llvm-dev mailing list