diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-01-23 15:11:53 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-01-23 15:13:00 -0800 |
| commit | 219478fb41bfc49cc52ace67a9e59470162f7bcc (patch) | |
| tree | 11a4b58330d9896f4ec0e5b379de2105a9899db5 | |
| parent | aa78da3f45486bb6ef336f044b47072e99c595d2 (diff) | |
| download | rust-219478fb41bfc49cc52ace67a9e59470162f7bcc.tar.gz rust-219478fb41bfc49cc52ace67a9e59470162f7bcc.zip | |
Build llvm-extract (needed by codegen tests)
| -rw-r--r-- | Makefile.in | 2 | ||||
| -rw-r--r-- | src/rustllvm/llvm-auto-clean-trigger | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 7f1a6945d8a..aab1e2ff556 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 diff --git a/src/rustllvm/llvm-auto-clean-trigger b/src/rustllvm/llvm-auto-clean-trigger index 95b950973d1..da3fd879083 100644 --- a/src/rustllvm/llvm-auto-clean-trigger +++ b/src/rustllvm/llvm-auto-clean-trigger @@ -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 |
