]> git.lizzy.rs Git - rust.git/commitdiff
Build llvm-extract (needed by codegen tests)
authorAlex Crichton <alex@alexcrichton.com>
Thu, 23 Jan 2014 23:11:53 +0000 (15:11 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 23 Jan 2014 23:13:00 +0000 (15:13 -0800)
Makefile.in
src/rustllvm/llvm-auto-clean-trigger

index 7f1a6945d8a35a807225f28f7859fb66f8aeb98f..aab1e2ff556ae975a981400559381eee03eda96b 100644 (file)
@@ -367,7 +367,7 @@ LLVM_COMPONENTS=x86 arm mips ipo bitreader bitwriter linker asmparser jit mcjit
                 interpreter instrumentation
 
 # Only build these LLVM tools
-LLVM_TOOLS=bugpoint llc llvm-ar llvm-as llvm-dis llvm-mc opt
+LLVM_TOOLS=bugpoint llc llvm-ar llvm-as llvm-dis llvm-mc opt llvm-extract
 
 define DEF_LLVM_VARS
 # The configure script defines these variables with the target triples
index 95b950973d18ee9994a28860e3443d3c03ad6cee..da3fd879083ecb4c45a2e47f9933e3a03d9d0f3d 100644 (file)
@@ -1,4 +1,4 @@
 # If this file is modified, then llvm will be forcibly cleaned and then rebuilt.
 # The actual contents of this file do not matter, but to trigger a change on the
 # build bots then the contents should be changed so git updates the mtime.
-2013-12-29
+2014-01-21