summary refs log tree commit diff
path: root/src/etc/mklldeps.py
AgeCommit message (Expand)AuthorLines
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