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 6345b59 commit a6e5527Copy full SHA for a6e5527
src/bootstrap/src/core/build_steps/llvm.rs
@@ -964,6 +964,7 @@ impl Step for Enzyme {
964
.env("LLVM_CONFIG_REAL", &llvm_config)
965
.define("LLVM_ENABLE_ASSERTIONS", "ON")
966
.define("ENZYME_EXTERNAL_SHARED_LIB", "ON")
967
+ .define("ENZYME_RUNPASS", "ON")
968
.define("LLVM_DIR", builder.llvm_out(target));
969
970
cfg.build();
0 commit comments