-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add address sanitizer for android #94601
Conversation
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Could you add a description to the PR which would explain why it is fine to enable these now (i.e. you tested it/support has been implemented in… etc?) and maybe even a link to https://source.android.com/devices/tech/debug/asan. Implementation wise this LGTM (r=me) |
r? @nagisa edited. |
@bors r+ |
📌 Commit 6d41565 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (0cbef1c): comparison url. Summary: This benchmark run did not return any relevant results. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
We have been being using asan to debug the rust/cpp/c mixed android application in production for months: recompile the rust library with a patched rustc, everything just works fine. The patch is really small thanks to @nagisa 's refactoring in #81866
r? @nagisa