Address sanitiser fails to link on x86_64-apple-darwin nightly toolchain #99428
Labels
A-linkage
Area: linking into static, shared libraries and binaries
A-sanitizers
Area: Sanitizers for correctness and code quality
C-bug
Category: This is a bug.
O-macos
Operating system: macOS
O-x86_64
Target: x86-64 processors (like x86_64-*)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Hello,
I tried to build this small project which calls C function from Rust code with enabled address sanitiser:
and I got the following link error:
The same code compiles fine on Linux.
Meta
rustc +nightly --version --verbose
:clang --version
:The text was updated successfully, but these errors were encountered: