Skip to content

Commit d91e403

Browse files
committed
Let's see if it still works when we revert "tell LLVM location for Enzyme build"
This reverts commit b483e2f.
1 parent 6eb69e1 commit d91e403

File tree

1 file changed

+0
-5
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+0
-5
lines changed

src/bootstrap/src/core/build_steps/llvm.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,11 +1213,6 @@ impl Step for Enzyme {
12131213
ldflags.push_all("-fuse-ld=lld");
12141214
}
12151215

1216-
if target.contains("apple-darwin") && builder.llvm_link_shared() {
1217-
let llvm_libdir = builder.llvm_out(target).join("lib");
1218-
ldflags.push_all(format!("-L{}", llvm_libdir.display()));
1219-
}
1220-
12211216
configure_cmake(builder, target, &mut cfg, true, ldflags, cflags, &[]);
12221217

12231218
// Re-use the same flags as llvm to control the level of debug information

0 commit comments

Comments
 (0)