@@ -376,7 +376,7 @@ auto:
376
376
- name : dist-x86_64-apple
377
377
env :
378
378
SCRIPT : ./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin
379
- RUST_CONFIGURE_ARGS : --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin --set rust.codegen-units=1
379
+ 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
380
380
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
381
381
# Ensure that host tooling is built to support our minimum support macOS version.
382
382
MACOSX_DEPLOYMENT_TARGET : 10.12
@@ -394,7 +394,7 @@ auto:
394
394
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
395
395
# Mac Catalyst cannot currently compile the sanitizer:
396
396
# https://github.com/rust-lang/rust/issues/129069
397
- 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
397
+ RUST_CONFIGURE_ARGS : --enable-sanitizers --enable-profiler --set rust.jemalloc --set target.aarch64-apple-ios-macabi.sanitizers=false --set llvm.enzyme=true --set target.x86_64-apple-ios-macabi.sanitizers=false
398
398
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
399
399
# Ensure that host tooling is built to support our minimum support macOS version.
400
400
# FIXME(madsmtm): This might be redundant, as we're not building host tooling here (?)
@@ -426,6 +426,7 @@ auto:
426
426
--enable-profiler
427
427
--set rust.jemalloc
428
428
--set llvm.ninja=false
429
+ --set llvm.enzyme=true
429
430
--set rust.lto=thin
430
431
--set rust.codegen-units=1
431
432
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
0 commit comments