Revert 147888
This commit is contained in:
parent
61cc47e367
commit
6847bd0fac
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue