Link rustllvm statically, and distribute a static snapshot
In order to keep up to date with changes to the libraries that `llvm-config` spits out, the dependencies to the LLVM are a dynamically generated rust file. This file is now automatically updated whenever LLVM is updated to get kept up-to-date. At the same time, this cleans out some old cruft which isn't necessary in the makefiles in terms of dependencies. Closes #10745 Closes #10744
This commit is contained in:
parent
aa4455e4c7
commit
e91ffb0710
18 changed files with 124 additions and 66 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -90,3 +90,4 @@ src/etc/dl
|
|||
.settings/
|
||||
build/
|
||||
i686-pc-mingw32/
|
||||
src/librustc/lib/llvmdeps.rs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue