-
Notifications
You must be signed in to change notification settings - Fork 316
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
Linking to LLVMOProfileJIT #121
Comments
same on Archlinux |
Also see previous reports at #100 (comment) |
Also, upstream issue (explaining the hardcoded linkage) at https://llvm.org/bugs/show_bug.cgi?id=25091 |
Is there a possible workaround for determining if llvm is built with oprofile support or not? |
Yes, |
Maybe the problem is in |
Thanks for suggesting that. It seems that llvm-config doesn't have the bugs it used to have anymore, so perhaps we can use |
Fix #121: simplify build process on Unix
Compiling the current llvmlite on Ubuntu 15.10 using the llvm 3.7 packages from the standard repository fails due to a hardcoded linkage to LLVMOProfileJIT. This library doesn't exist on the system. After removing the link from Makefile.linux llvmlite builds and runs without problems.
The text was updated successfully, but these errors were encountered: