1
Fork 0

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:
Alex Crichton 2013-11-30 20:52:21 -08:00
parent aa4455e4c7
commit e91ffb0710
18 changed files with 124 additions and 66 deletions

1
.gitignore vendored
View file

@ -90,3 +90,4 @@ src/etc/dl
.settings/
build/
i686-pc-mingw32/
src/librustc/lib/llvmdeps.rs