[libcxx-commits] [PATCH] D119410: [libc++][NFC] Work around false positive ODR violations from ASan.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 10 06:14:52 PST 2022


ldionne added subscribers: kstoimenov, nikic, ldionne.
ldionne added a comment.

@nikic @kstoimenov Any idea why this started happening between LLVM 13 and LLVM 14? We didn't have this issue before, and it started popping up a couple of days ago when we updated our Docker image. Sorry for pinging out of the blue, but you folks seem to have recent ASAN commits so maybe you're aware of a change that could cause this?

I'd like to avoid carrying hacks like this around, especially if virtually anyone using ASAN needs to do this. In that case, it would seem better to just make that the default ASAN behavior?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119410



More information about the libcxx-commits mailing list