-
Couldn't load subscription status.
- Fork 13.9k
Enable sanitizers for x86_64-unknown-linux-musl #84126
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
Conversation
|
r? @davidtwco (rust-highfive has picked a reviewer for you, use r? to override) |
|
I checked to see that we don't normally add any LLVM version checks for additions like this, and that our testing will cover this with only these changes - looks like that should be the case. Thanks! @bors r+ |
|
📌 Commit 7cd0a4d has been approved by |
Rollup of 7 pull requests Successful merges: - rust-lang#84123 (Introduce CompileMonoItem DepNode) - rust-lang#84126 (Enable sanitizers for x86_64-unknown-linux-musl) - rust-lang#84168 (Lower async fn in traits.) - rust-lang#84256 (doc: use U+2212 for minus sign in floating-point -0.0 remarks) - rust-lang#84291 (fix aliasing violations in thread_local_const_init) - rust-lang#84313 (fix suggestion for unsized function parameters) - rust-lang#84330 (Remove unused footer section) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
…Simulacrum Build sanitizers for x86_64-unknown-linux-musl The support of sanitizers on target `x86_64-unknown-linux-musl` is landed in rust-lang#84126
…Simulacrum Build sanitizers for x86_64-unknown-linux-musl The support of sanitizers on target `x86_64-unknown-linux-musl` is landed in rust-lang#84126
…Simulacrum Build sanitizers for x86_64-unknown-linux-musl The support of sanitizers on target `x86_64-unknown-linux-musl` is landed in rust-lang#84126
…Simulacrum Build sanitizers for x86_64-unknown-linux-musl The support of sanitizers on target `x86_64-unknown-linux-musl` is landed in rust-lang#84126
Those 4 sanitizers get musl target support in LLVM 12 release.