[PATCH] D63764: [Sanitizers] Remove obsolete OpenFile from sanitizer_solaris.cc
Rainer Orth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 2 00:56:15 PDT 2019
ro added a comment.
In D63764#1566108 <https://reviews.llvm.org/D63764#1566108>, @dvyukov wrote:
> Are you sure it's unused? I see several uses of this function:
True, but with the instance in sanitizer_solaris.cc removed, the one in sanitizer_posix.cc is used: sanitizer_file.h declares a default for the
last arg.
Both make and make check-all complete successfully without it.
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63764/new/
https://reviews.llvm.org/D63764
More information about the llvm-commits
mailing list