[all-commits] [llvm/llvm-project] af8b14: tsan: remove unnecessary enum values (NFC)
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Thu Sep 23 01:44:11 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: af8b14c278c2cb5309562b6e3fa55333c2889d86
https://github.com/llvm/llvm-project/commit/af8b14c278c2cb5309562b6e3fa55333c2889d86
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-09-23 (Thu, 23 Sep 2021)
Changed paths:
M compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp
Log Message:
-----------
tsan: remove unnecessary enum values (NFC)
Remove unnecessary enum values in the memory profiler.
There is no point in spelling them, it can only lead to bugs
and larger diffs when values are added/removed.
Reviewed By: melver
Differential Revision: https://reviews.llvm.org/D110263
More information about the All-commits
mailing list