We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9bd7d9 commit 16de2b6Copy full SHA for 16de2b6
src/bootstrap/src/core/build_steps/compile.rs
@@ -1191,7 +1191,7 @@ pub fn rustc_cargo(
1191
// functionality from Enzyme core. For that we need to link against Enzyme.
1192
if builder.config.llvm_enzyme {
1193
let arch = builder.build.build;
1194
- let enzyme_dir = builder.build.out.join(arch).join("enzyme").join("lib");
+ let _enzyme_dir = builder.build.out.join(arch).join("enzyme").join("lib");
1195
//cargo.rustflag("-L").rustflag(enzyme_dir.to_str().expect("Invalid path"));
1196
1197
if let Some(llvm_config) = builder.llvm_config(builder.config.build) {
0 commit comments