[libcxx-commits] [PATCH] D120851: [libc++] Add a CI job running MSAN

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 2 15:02:30 PST 2022


philnik added a comment.

I'm not sure this will be that easy. MSAN is tricky. According to documentation, even libc has to be instrumented for this to work properly. See https://clang.llvm.org/docs/MemorySanitizer.html#id11. And AFAIK we don't build libc on the nodes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120851



More information about the libcxx-commits mailing list