Skip to content

Commit 6847bd0

Browse files
committed
Revert 147888
1 parent 61cc47e commit 6847bd0

File tree

1 file changed

+2
-1
lines changed
  • src/bootstrap/src/core/config/toml

1 file changed

+2
-1
lines changed

src/bootstrap/src/core/config/toml/llvm.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ pub fn check_incompatible_options_for_ci_llvm(
117117
enable_warnings,
118118
download_ci_llvm: _,
119119
build_config,
120-
enzyme: _,
120+
enzyme,
121121
} = ci_llvm_config;
122122

123123
err!(current_llvm_config.optimize, optimize);
@@ -139,6 +139,7 @@ pub fn check_incompatible_options_for_ci_llvm(
139139
err!(current_llvm_config.clang, clang);
140140
err!(current_llvm_config.build_config, build_config);
141141
err!(current_llvm_config.plugins, plugins);
142+
err!(current_llvm_config.enzyme, enzyme);
142143

143144
warn!(current_llvm_config.enable_warnings, enable_warnings);
144145

0 commit comments

Comments
 (0)