summary refs log tree commit diff
path: root/mk/llvm.mk
AgeCommit message (Expand)AuthorLines
2014-01-03mk: Fix llvmdeps.rs dependenciesBrian Anderson-3/+3
2013-12-18mklldeps.py: Write to file instead of printklutzy-2/+1
2013-12-06Link rustllvm statically, and distribute a static snapshotAlex Crichton-0/+10
2013-12-05Remove unused upcallsAlex Crichton-0/+2
2013-11-30Fix double slashes in make paths.Chris Morgan-2/+2
2013-10-29support for GNU configure syntaxHeather-1/+1
2013-09-17The purpose of these headers is to fix issues with mingw v4.0, as described i...Vadim Chugunov-1/+1
2013-09-03Move the llvm auto-clean stamp into $target/llvmAlex Crichton-1/+11
2013-08-28Revert "auto merge of #8695 : thestinger/rust/build, r=pcwalton"Brian Anderson-1/+1
2013-08-22make: rm LLVM_BUILD_ENVDaniel Micay-1/+1
2013-08-04Try to fix a periodic windows build failure due to broken rwildcard macroBrian Anderson-1/+3
2013-02-21mk: Split target triples into bulid triple + host triples + target triplesBrian Anderson-2/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-03-26Remove duplicate definition.Graydon Hoare-5/+1
2012-02-10support a fast-make mode that avoids globbing into llvm and libuvGraydon Hoare-0/+5
2011-12-13build: Touch llvm-config after buildingBrian Anderson-1/+1
2011-11-25build: Create a better definition of LLVM depsBrian Anderson-3/+7
2011-11-05Build LLVM with -fno-omit-frame-pointer on LinuxBrian Anderson-1/+1
2011-11-05Use $(MAKE) for recursive makeBrian Anderson-1/+1
2011-11-05Parameterize the LLVM build over the target triplesBrian Anderson-3/+15
2011-11-05LLVM build cleanupBrian Anderson-2/+4
2011-11-05Use LLVM directly from the build directoryBrian Anderson-1/+1
2011-11-05Tie the LLVM build into oursBrian Anderson-0/+5
2011-11-05Add mk/llvm.mkBrian Anderson-0/+0