-
Notifications
You must be signed in to change notification settings - Fork 346
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
LLVM compilation on Linux #4481
Comments
#4309 indicates that this should be already fixed, but I'm seeing different results on my setup with the latest code. |
With #4477 we went back to llvm as conan dependency (in the usual conan case). You might want to consider using our new system-dependency based build (e.g. |
Ah I hadn't notice |
Yeah, that one is pretty new and actually even works without conan:
|
Is LLVM supposed to always be built from source on Linux? On Ubuntu 22.04, I have
llvm-dev
andllvm-12-dev
installed, yet the LLVM compilation starts when runningbootstrap-orbit.sh clang12_relwithdebinfo
. This is a major hindrance because of the disk size that is required to buildl LLVM, not to mention the time it takes to build on non-corporate grade machines.The text was updated successfully, but these errors were encountered: