[PATCH] D45704: [sanitizer] Remove low-hanging-fruit dead code

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 16 14:59:46 PDT 2018


cryptoad created this revision.
cryptoad added reviewers: alekseyshl, eugenis.
Herald added subscribers: Sanitizers, delcypher, kubamracek.

Going through the dead code findings, the code removed in this CL appears to be
pretty straightforward to remove, and seems to be some leftover from previous
refactors.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D45704

Files:
  lib/sanitizer_common/sanitizer_allocator_internal.h
  lib/sanitizer_common/sanitizer_common_nolibc.cc
  lib/sanitizer_common/sanitizer_flags.cc
  lib/sanitizer_common/sanitizer_libc.cc
  lib/sanitizer_common/sanitizer_libc.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45704.142704.patch
Type: text/x-patch
Size: 4761 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180416/3e8efe3e/attachment.bin>


More information about the llvm-commits mailing list