-
Notifications
You must be signed in to change notification settings - Fork 172
Fix lto detection with recent Ubuntu llvm releases #85
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
Conversation
Went ahead and added 11 as well, since llvm branched for release today. |
You have added them twice. Also add |
I added Looking in more detail, I see that Ubuntu has shipped without the minor version suffix since llvm-config-7: I've now pushed a change to add all affected Ubuntu versions as well (7+). |
Since llvm 7, Ubuntu ships llvm-config-x rather than llvm-config-x.y
Oh, sorry! Thanks for the patch! |
tpoechtrager/cctools-port#85 was merged upstream, which fixes lto detection for external clang with some Linux Distro's including Ubuntu.
tpoechtrager/cctools-port#85 was merged upstream, which fixes lto detection for external clang with some Linux Distro's including Ubuntu.
tpoechtrager/cctools-port#85 was merged upstream, which fixes lto detection for external clang with some Linux Distro's including Ubuntu.
tpoechtrager/cctools-port#85 was merged upstream, which fixes lto detection for external clang with some Linux Distro's including Ubuntu.
tpoechtrager/cctools-port#85 was merged upstream, which fixes lto detection for external clang with some Linux Distro's including Ubuntu.
tpoechtrager/cctools-port#85 was merged upstream, which fixes lto detection for external clang with some Linux Distro's including Ubuntu.
tpoechtrager/cctools-port#85 was merged upstream, which fixes lto detection for external clang with some Linux Distro's including Ubuntu.
tpoechtrager/cctools-port#85 was merged upstream, which fixes lto detection for external clang with some Linux Distro's including Ubuntu.
tpoechtrager/cctools-port#85 was merged upstream, which fixes lto detection for external clang with some Linux Distro's including Ubuntu.
Ubuntu ships llvm-config-10. llvm-config-10.0 added as well just in case.
llvm-config-100 makes very little sense so don't bother.