-
Notifications
You must be signed in to change notification settings - Fork 559
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_full_jll does not contain clang++ #769
Comments
|
Specifying So maybe it's better to set |
It does change the default language selection:
When building LLVM/Clang with the Julia build system but not using BB we do get a symlink:
And this seems to be done by upstream: https://github.com/llvm/llvm-project/blob/717a460867633008520713614018f3c37503a5ca/clang/tools/driver/CMakeLists.txt#L65-L71 So for consistency, and to make the LLVM_full tarball as usable as possible as a toolchain outside of Julia, it would be useful if it included these symlinks. |
Huh, I then wonder why we don't. Didn't change the buildscript in any way. Happy to take PRs |
To use LLVM 10 to build
julia
, I needed to add a symlinkclang++
manually like this JuliaLang/julia#35341 (comment):Is it intentional that
LLVM_full_jll
contains a symlinkclang
but notclang++
? If not, can this be added to the distribution?The text was updated successfully, but these errors were encountered: