search for: d683ff0d

Displaying 2 results from an estimated 2 matches for "d683ff0d".

2015 Apr 01
2
[LLVMdev] unsupported GC: shadow-stack when using MCJIT
...d be useful to see. One observation, it looks like you're using the erlang GC not shadow stack? e.g. LLVM.SetGC(sum, "erlang"); Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150331/d683ff0d/attachment.html>
2015 Apr 01
2
[LLVMdev] unsupported GC: shadow-stack when using MCJIT
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.