[PATCH] D72115: [TSan] Remove side effects from ThreadTid

Julian Lettner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 2 15:54:38 PST 2020


yln added a comment.

Is this an oversight or on purpose?
The functions are duplicated in `lsan_thread.cpp`, but the LSan version does not have the `tctx->user_id = 0;` part.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72115





More information about the llvm-commits mailing list