-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
-Zsanitizer=address no longer works on macOS as of past 9 days #66140
Comments
FWIW I do no longer have a macos VM on hand to investigate this, an upgrade to OVMF broke something and I’m not too interested in investigating it at this point in time. |
The rust-std component no longer contains sanitizer runtime on macOS |
You’re right, it does indeed look like we used to stick that library into the rust-std component previously and fail to do so anymore. |
This looks like it will be fixed as part of #65241. |
triage: P-medium. |
This is now fixed. |
Getting exact same linker error when compiling cargo-fuzz on latest macos. |
We now fail to find lib__rustc__clang_rt.asan_osx_dynamic.dylib which is still shipped with rustc, as of today:
with an error like this
The issue is probably the
-L
flag that’s no longer included because we do not anticipate people linking to the internal rustc libraries.The text was updated successfully, but these errors were encountered: