Skip to content

Commit 2d00e52

Browse files
authored
[Runner] Pass lock_microarchitecture to the as wrapper (#430)
1 parent c25f6ed commit 2d00e52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Runner.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,7 @@ function generate_compiler_wrappers!(platform::AbstractPlatform; bin_path::Abstr
866866
as(io::IO, p::AbstractPlatform) =
867867
wrapper(io, string("/opt/", aatriplet(p), "/bin/", aatriplet(p), "-as");
868868
allow_ccache=false,
869+
lock_microarchitecture,
869870
# At the moment `as` for `aarch64-apple-darwin` is `clang-8`, which can't deal with
870871
# `MACOSX_DEPLOYMENT_TARGET=11.0`, so we pretend to be on 10.16. Note: a better check would be
871872
# `VersionNumber(macos_version(p)) ≥ v"11"`, but sometimes `p` may not have `os_version` set, leading to

0 commit comments

Comments
 (0)