Some interesting discoveries while trying to use Clang.jl
#333
hammerfunctor
started this conversation in
General
Replies: 1 comment 3 replies
-
This is mind-blowing. Did they backport those LLVM patches manually to make Julia 1.6 work with LLVM 12? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I try to install
Clang.jl
for the first time,precompile
doesn't work.This error persist when I update to
master
branch.Next I suspect they change to llvm12 at
v"1.6.2"
? That's a bit of unreasonable.Release notes ofv"1.6.2"
then tell me no big changes happen here.The last line reminds me that I download this package from the repository of ArchLinux. Under
/usr/lib
there also truly sits some llvm12 library, which is installed by the ArchLinux packagellvm-libs
.Finally I rush into
julialang.org
and download a newest image.🤣So ArchLinux community really do some off-duty work.
Beta Was this translation helpful? Give feedback.
All reactions