about summary refs log tree commit diff
path: root/src/etc/mklldeps.py
AgeCommit message (Expand)AuthorLines
2016-07-29Update parsing llvm-config outputAlex Crichton-0/+7
2015-12-13Better support for `--llvm-root`.Richard Diamond-4/+18
2015-09-18add support for non-standard name of stdc++ librarySébastien Marie-2/+3
2015-07-06`llconfig` is `llvm-config`Tamir Duberstein-5/+5
2015-07-06SimplifyTamir Duberstein-2/+1
2015-05-19mklldeps: Don't link stdc++/c++ on MSVCAlex Crichton-2/+5
2015-04-21LLVM < 3.5 is unsupported since bb18a3cTamir Duberstein-11/+1
2015-02-11bitrig integrationDave Huseby-1/+10
2015-01-27Fix PEP8 in snapshot.pyRicho Healey-2/+1
2014-11-25Never generate multiple extern {} blocks in mklldeps.py.Richard Diamond-61/+40
2014-09-30Fix librustc_llvmSteven Fackler-1/+1
2014-08-23Remove stage0 attributes.Vadim Chugunov-2/+0
2014-08-12Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")]Vadim Chugunov-1/+3
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-0/+2
2014-04-17llvm: Add an option to statically link libstdc++Alex Crichton-3/+10
2014-04-17etc: The --system-libs flag is LLVM 3.5+Alex Crichton-26/+25
2014-04-17configure: Enable libc++ with LLVM with clangAlex Crichton-8/+23
2014-03-02librustc: add LLVM LDFLAGS to depsLuca Bruno-0/+16
2014-02-05etc: add missing license boilerplatesAdrien Tétar-1/+9
2014-01-06Do not ignore errors running llvm-configSeo Sanghyeon-1/+1
2013-12-24Stop using C++ exceptions for stack unwinding.Vadim Chugunov-0/+1
2013-12-20mklldeps.py: Ignore extra whitespaces of argumentklutzy-0/+5
2013-12-18mklldeps.py: Write to file instead of printklutzy-9/+11
2013-12-18llvm: Disable pthread on mingwklutzy-1/+0
2013-12-06Link rustllvm statically, and distribute a static snapshotAlex Crichton-0/+58