@@ -437,7 +437,7 @@ auto:
437
437
- name : dist-x86_64-apple
438
438
env :
439
439
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
441
441
# Ensure that host tooling is built to support our minimum support macOS version.
442
442
MACOSX_DEPLOYMENT_TARGET : 10.12
443
443
MACOSX_STD_DEPLOYMENT_TARGET : 10.12
@@ -454,7 +454,7 @@ auto:
454
454
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
455
455
# Mac Catalyst cannot currently compile the sanitizer:
456
456
# 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
458
458
# Ensure that host tooling is built to support our minimum support macOS version.
459
459
# FIXME(madsmtm): This might be redundant, as we're not building host tooling here (?)
460
460
MACOSX_DEPLOYMENT_TARGET : 10.12
@@ -485,6 +485,7 @@ auto:
485
485
--enable-profiler
486
486
--set rust.jemalloc
487
487
--set llvm.ninja=false
488
+ --set llvm.enzyme=true
488
489
--set rust.lto=thin
489
490
--set rust.codegen-units=1
490
491
SELECT_XCODE : /Applications/Xcode_15.4.app
0 commit comments