about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorklensy <klensy@users.noreply.github.com>2024-10-01 14:16:19 +0300
committerklensy <klensy@users.noreply.github.com>2024-10-01 14:16:19 +0300
commit50a6a3565c10bdb02834a6f25677a09b9a9b4107 (patch)
treeb4c241589d538b146c182e463c862e19c38b806e /src/bootstrap
parent07f08ffb2dbc864d2127abedf7a5917b965c0a4b (diff)
downloadrust-50a6a3565c10bdb02834a6f25677a09b9a9b4107.tar.gz
rust-50a6a3565c10bdb02834a6f25677a09b9a9b4107.zip
add fixme to remove llvm option when minimal version is 19
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/src/core/build_steps/llvm.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/src/core/build_steps/llvm.rs b/src/bootstrap/src/core/build_steps/llvm.rs
index e4011221286..30213584157 100644
--- a/src/bootstrap/src/core/build_steps/llvm.rs
+++ b/src/bootstrap/src/core/build_steps/llvm.rs
@@ -344,6 +344,7 @@ impl Step for Llvm {
             .define("LLVM_INCLUDE_DOCS", "OFF")
             .define("LLVM_INCLUDE_BENCHMARKS", "OFF")
             .define("LLVM_INCLUDE_TESTS", enable_tests)
+            // FIXME: remove this when minimal llvm is 19
             .define("LLVM_ENABLE_TERMINFO", "OFF")
             .define("LLVM_ENABLE_LIBEDIT", "OFF")
             .define("LLVM_ENABLE_BINDINGS", "OFF")