[PATCH] D152604: [Driver] Default -fsanitize-address-globals-dead-stripping to true for ELF

Mike Hommey via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 12 13:58:03 PDT 2023


glandium added a comment.

In D152604#4494975 <https://reviews.llvm.org/D152604#4494975>, @rnk wrote:

> It sounds like two users have hit this now: Chromium and Rust folks.

s/Rust/Firefox/. And it looks like we're hitting it for the same reason: linking a static rust (LTOed) library with C++ code.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152604/new/

https://reviews.llvm.org/D152604



More information about the cfe-commits mailing list