Build llvm-extract (needed by codegen tests)
This commit is contained in:
parent
aa78da3f45
commit
219478fb41
2 changed files with 2 additions and 2 deletions
|
@ -367,7 +367,7 @@ LLVM_COMPONENTS=x86 arm mips ipo bitreader bitwriter linker asmparser jit mcjit
|
||||||
interpreter instrumentation
|
interpreter instrumentation
|
||||||
|
|
||||||
# Only build these LLVM tools
|
# 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
|
define DEF_LLVM_VARS
|
||||||
# The configure script defines these variables with the target triples
|
# The configure script defines these variables with the target triples
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# If this file is modified, then llvm will be forcibly cleaned and then rebuilt.
|
# 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
|
# 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.
|
# build bots then the contents should be changed so git updates the mtime.
|
||||||
2013-12-29
|
2014-01-21
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue