@@ -437,7 +437,7 @@ auto:
437437 - name : dist-x86_64-apple
438438 env :
439439 SCRIPT : ./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin
440- RUST_CONFIGURE_ARGS : --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin --set rust.codegen-units=1
440+ RUST_CONFIGURE_ARGS : --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin --set llvm.enzyme=true --set rust.codegen-units=1
441441 # Ensure that host tooling is built to support our minimum support macOS version.
442442 MACOSX_DEPLOYMENT_TARGET : 10.12
443443 MACOSX_STD_DEPLOYMENT_TARGET : 10.12
@@ -454,7 +454,7 @@ auto:
454454 SCRIPT : ./x.py dist bootstrap --include-default-paths --host='' --target=aarch64-apple-ios,x86_64-apple-ios,aarch64-apple-ios-sim,aarch64-apple-ios-macabi,x86_64-apple-ios-macabi
455455 # Mac Catalyst cannot currently compile the sanitizer:
456456 # https://github.com/rust-lang/rust/issues/129069
457- RUST_CONFIGURE_ARGS : --enable-sanitizers --enable-profiler --set rust.jemalloc --set target.aarch64-apple-ios-macabi.sanitizers=false --set target.x86_64-apple-ios-macabi.sanitizers=false
457+ RUST_CONFIGURE_ARGS : --enable-sanitizers --enable-profiler --set rust.jemalloc --set target.aarch64-apple-ios-macabi.sanitizers=false --set target.x86_64-apple-ios-macabi.sanitizers=false --set llvm.enzyme=true
458458 # Ensure that host tooling is built to support our minimum support macOS version.
459459 # FIXME(madsmtm): This might be redundant, as we're not building host tooling here (?)
460460 MACOSX_DEPLOYMENT_TARGET : 10.12
@@ -485,6 +485,7 @@ auto:
485485 --enable-profiler
486486 --set rust.jemalloc
487487 --set llvm.ninja=false
488+ --set llvm.enzyme=true
488489 --set rust.lto=thin
489490 --set rust.codegen-units=1
490491 SELECT_XCODE : /Applications/Xcode_15.4.app
0 commit comments