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.
2 parents 11f68f5 + 597e96b commit d72e332Copy full SHA for d72e332
configure
@@ -845,6 +845,9 @@ do
845
846
# Disable unused LLVM features
847
LLVM_OPTS="$LLVM_DBG_OPTS $LLVM_ASSERTION_OPTS --disable-docs --enable-bindings=none"
848
+ # Disable term-info, linkage of which comes in multiple forms,
849
+ # making our snapshots incompatible (#9334)
850
+ LLVM_OPTS="$LLVM_OPTS --disable-terminfo"
851
852
case "$CFG_C_COMPILER" in
853
("ccache clang")
0 commit comments