[PATCH] D78554: [TSAN] Add optional support for distinguishing volatiles

Dmitry Vyukov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 21 06:27:07 PDT 2020


dvyukov added a comment.

I am not opposed to adding this in general. Andrey did the same for KTSAN in gcc long time ago.
However, this feature will be present only in the newest clang and not in gcc. So what is the use story for kernel? Do we make KCSAN require the newest clang? I think majority of kernel developers use gcc.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78554





More information about the llvm-commits mailing list