Skip to content
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

fix for gcc 8 #289

Closed
jhgoebbert opened this issue May 5, 2019 · 2 comments
Closed

fix for gcc 8 #289

jhgoebbert opened this issue May 5, 2019 · 2 comments
Labels

Comments

@jhgoebbert
Copy link

cling 0.5 is not building with gcc 8, because llvm 5.x does not build with gcc 8.

This would fix it
https://bugzilla.redhat.com/show_bug.cgi?id=1540620
and I created a pull-request
llvm/llvm-project#11
but it is not that easy to get added to LLVM.

Perhaps you have a possibility to get this patch included to LLVM ... (?)

@Axel-Naumann
Copy link
Member

You should be able to build just cling - -DLLVM_BUILD_TOOLS=Off should do. I'd rather upgrade our llvm - around the end of the year - than adding patches to our llvm.git. Are those two options reasonable for you? If all fails, people now have your patch!

@jhgoebbert
Copy link
Author

-DLLVM_BUILD_TOOLS=Off is a good hint. I will try it.
Beside that, I am looking forward for the upgrade of your llvm. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants