@@ -369,7 +369,7 @@ auto:
369
369
- name : dist-x86_64-apple
370
370
env :
371
371
SCRIPT : ./x.py dist bootstrap --include-default-paths --host=x86_64-apple-darwin --target=x86_64-apple-darwin
372
- RUST_CONFIGURE_ARGS : --enable-full-tools --enable-sanitizers --enable-profiler --set rust.jemalloc --set rust.lto=thin --set rust.codegen-units=1
372
+ RUST_CONFIGURE_ARGS : --enable-full-tools --enable-sanitizers --enable-profiler --set llvm.plugins=true --set llvm.enzyme=true --set rust.jemalloc --set rust.lto=thin --set rust.codegen-units=1
373
373
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
374
374
# Ensure that host tooling is built to support our minimum support macOS version.
375
375
MACOSX_DEPLOYMENT_TARGET : 10.12
@@ -387,7 +387,7 @@ auto:
387
387
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
388
388
# Mac Catalyst cannot currently compile the sanitizer:
389
389
# https://github.com/rust-lang/rust/issues/129069
390
- 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
390
+ RUST_CONFIGURE_ARGS : --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.plugins=true --set llvm.enzyme=true --set target.aarch64-apple-ios-macabi.sanitizers=false --set target.x86_64-apple-ios-macabi.sanitizers=false
391
391
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
392
392
# Ensure that host tooling is built to support our minimum support macOS version.
393
393
# FIXME(madsmtm): This might be redundant, as we're not building host tooling here (?)
@@ -419,6 +419,8 @@ auto:
419
419
--enable-profiler
420
420
--set rust.jemalloc
421
421
--set llvm.ninja=false
422
+ --set llvm.plugins=true \
423
+ --set llvm.enzyme=true \
422
424
--set rust.lto=thin
423
425
--set rust.codegen-units=1
424
426
RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
0 commit comments