@@ -369,7 +369,7 @@ auto:
369369 - name : dist-x86_64-apple
370370 env :
371371 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 llvm.plugins=true --set llvm. enzyme=true --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.enzyme=true --set rust.jemalloc --set rust.lto=thin --set rust.codegen-units=1
373373 RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
374374 # Ensure that host tooling is built to support our minimum support macOS version.
375375 MACOSX_DEPLOYMENT_TARGET : 10.12
@@ -387,7 +387,7 @@ auto:
387387 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
388388 # Mac Catalyst cannot currently compile the sanitizer:
389389 # https://github.com/rust-lang/rust/issues/129069
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
390+ RUST_CONFIGURE_ARGS : --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.enzyme=true --set target.aarch64-apple-ios-macabi.sanitizers=false --set target.x86_64-apple-ios-macabi.sanitizers=false
391391 RUSTC_RETRY_LINKER_ON_SEGFAULT : 1
392392 # Ensure that host tooling is built to support our minimum support macOS version.
393393 # FIXME(madsmtm): This might be redundant, as we're not building host tooling here (?)
@@ -419,7 +419,6 @@ auto:
419419 --enable-profiler
420420 --set rust.jemalloc
421421 --set llvm.ninja=false
422- --set llvm.plugins=true
423422 --set llvm.enzyme=true
424423 --set rust.lto=thin
425424 --set rust.codegen-units=1
@@ -603,7 +602,6 @@ auto:
603602 SCRIPT : python x.py dist bootstrap --include-default-paths
604603 RUST_CONFIGURE_ARGS : >-
605604 --build=x86_64-pc-windows-gnu
606- --set llvm.plugins=true
607605 --set llvm.enzyme=true
608606 --enable-full-tools
609607 DIST_REQUIRE_ALL_TOOLS : 1
0 commit comments