Disable zlib/libffi when configuring LLVM
This should help bring fewer dependencies in to the snapshots. Closes #9397
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -848,6 +848,8 @@ do
|
|||||||
# Disable term-info, linkage of which comes in multiple forms,
|
# Disable term-info, linkage of which comes in multiple forms,
|
||||||
# making our snapshots incompatible (#9334)
|
# making our snapshots incompatible (#9334)
|
||||||
LLVM_OPTS="$LLVM_OPTS --disable-terminfo"
|
LLVM_OPTS="$LLVM_OPTS --disable-terminfo"
|
||||||
|
# Try to have LLVM pull in as few dependencies as possible (#9397)
|
||||||
|
LLVM_OPTS="$LLVM_OPTS --disable-zlib --disable-libffi"
|
||||||
|
|
||||||
case "$CFG_C_COMPILER" in
|
case "$CFG_C_COMPILER" in
|
||||||
("ccache clang")
|
("ccache clang")
|
||||||
|
|||||||
@@ -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-09-22
|
2013-09-23
|
||||||
|
|||||||
Reference in New Issue
Block a user