[PATCH] D46618: [sanitizer] Cleanup ReadFileToVector and ReadFileToBuffer

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 6 13:26:14 PDT 2018


vitalybuka added a comment.

In https://reviews.llvm.org/D46618#1124051, @morehouse wrote:

> Just found https://github.com/google/sanitizers/issues/435 and https://chromiumcodereview.appspot.com/18661009.
>
> Maybe it would make sense to write a separate function for reading procmaps.


That's the plan.
I'll switch all not procmaps callers to ReadFileToVector and than rename/hide ReadFileToBuffer to something procmaps specific.


Repository:
  rL LLVM

https://reviews.llvm.org/D46618





More information about the llvm-commits mailing list