-
Notifications
You must be signed in to change notification settings - Fork 284
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
clang support #53
Comments
Yes it is! Can you paste the output from gcc -v? |
let me download & install the new Xcode... |
jelle_laptop:~ localadmin$ gcc -v |
Successfully tested on Linux. It emits less warnings than GCC, I will focus on fixing these ones first. |
?! that was amazingly quick! |
Update: it worked on an amd64 box, but fails now on x86
Systems are quite different, so this may not be due to different architectures. |
This is a clang bug on x86, see |
Fortunately there is a trivial workaround, fix committed at b710256. I am closing this issue, please file a new one if there are problems with clang support. |
Amazing work Denis, wonderful to see this realized so lightning fast! |
I noticed that in osx 10.7 python is built with LLVM. Is it worthwhile to test OCE support for this compiler?
The text was updated successfully, but these errors were encountered: