Skip to content

Commit 91f079a

Browse files
Rollup merge of #131088 - klensy:llvm-terminfo, r=Kobzol
add fixme to remove LLVM_ENABLE_TERMINFO when minimal llvm version is 19 `LLVM_ENABLE_TERMINFO` was removed in llvm 19: https://github.com/llvm/llvm-project/blob/release/19.x/llvm/docs/ReleaseNotes.rst#changes-to-building-llvm; current minimal llvm is 18, so left fixme here.
2 parents b9263c6 + 50a6a35 commit 91f079a

File tree

1 file changed

+1
-0
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+1
-0
lines changed

src/bootstrap/src/core/build_steps/llvm.rs

+1
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ impl Step for Llvm {
344344
.define("LLVM_INCLUDE_DOCS", "OFF")
345345
.define("LLVM_INCLUDE_BENCHMARKS", "OFF")
346346
.define("LLVM_INCLUDE_TESTS", enable_tests)
347+
// FIXME: remove this when minimal llvm is 19
347348
.define("LLVM_ENABLE_TERMINFO", "OFF")
348349
.define("LLVM_ENABLE_LIBEDIT", "OFF")
349350
.define("LLVM_ENABLE_BINDINGS", "OFF")

0 commit comments

Comments
 (0)