We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa78da3 commit 219478fCopy full SHA for 219478f
Makefile.in
@@ -367,7 +367,7 @@ LLVM_COMPONENTS=x86 arm mips ipo bitreader bitwriter linker asmparser jit mcjit
367
interpreter instrumentation
368
369
# Only build these LLVM tools
370
-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
371
372
define DEF_LLVM_VARS
373
# The configure script defines these variables with the target triples
src/rustllvm/llvm-auto-clean-trigger
@@ -1,4 +1,4 @@
1
# If this file is modified, then llvm will be forcibly cleaned and then rebuilt.
2
# The actual contents of this file do not matter, but to trigger a change on the
3
# build bots then the contents should be changed so git updates the mtime.
4
-2013-12-29
+2014-01-21
0 commit comments