Revert 147888

This commit is contained in:
Jakub Beránek 2025-12-16 20:38:23 +01:00
parent 61cc47e367
commit 6847bd0fac
No known key found for this signature in database
GPG key ID: 909CD0D26483516B

View file

@ -117,7 +117,7 @@ pub fn check_incompatible_options_for_ci_llvm(
enable_warnings,
download_ci_llvm: _,
build_config,
enzyme: _,
enzyme,
} = ci_llvm_config;
err!(current_llvm_config.optimize, optimize);
@ -139,6 +139,7 @@ pub fn check_incompatible_options_for_ci_llvm(
err!(current_llvm_config.clang, clang);
err!(current_llvm_config.build_config, build_config);
err!(current_llvm_config.plugins, plugins);
err!(current_llvm_config.enzyme, enzyme);
warn!(current_llvm_config.enable_warnings, enable_warnings);