Skip to content

Commit 0f93363

Browse files
committed
enzyme/autodiff is compatible with download-ci=true
1 parent c6efb90 commit 0f93363

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
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,7 +139,6 @@ 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);
143142

144143
warn!(current_llvm_config.enable_warnings, enable_warnings);
145144

0 commit comments

Comments
 (0)