Is there any way to get LibTooling with out building them from source?

I just followed the tutorial of https://clang.llvm.org/docs/LibASTMatchersTutorial.html, and it takes over 90GB and is still compiling, and my device definitely has no space to finish this.

And I’m gonna to use ASTMatchers on multiple platforms, there’s no way I can download llvm+clang and build them on my other platforms.

So is there any package manager or other ways to get the libraries?

There are pre-built binaries on this page.

What platforms do you want to install on? Note that the Ubuntu 19.10 link is to Xubuntu 20.04.

Neil Nelson

Did you try building with Release mode on?