-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
code_native not working on Mac, with LLVM 3.4 #6635
Comments
Nobody has updated the disassembler to work with MCJIT yet. |
I'll take care of it. |
Thanks. |
I am sure this has been discussed before - but why aren't we moving to LLVM 3.4 yet? I am using it daily now, and can't quite tell what else is missing. |
Nobody with the right knowledge of LLVM has spent the time to make the API fixes for Windows https://gist.github.com/tkelman/11294079 - whether that's strictly lack of time or if there are additional fundamental problems with Windows support on anything other than 3.3, I'm not sure. |
I was under the impression that some of my MCJIT patches had not made it in in time for 3.4, but maybe I'm wrong about that. Certainly none of the debugging work I did is. |
fixed in 75abf02 |
On my mac, with LLVM 3.4,
code_native
does not work. Is this known/expected, or a bug?The text was updated successfully, but these errors were encountered: