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 5b3dfb0 commit 597e96bCopy full SHA for 597e96b
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