[all-commits] [llvm/llvm-project] 012b66: [compiler-rt] fix real strlens that were missed
michaelrj-google via All-commits
all-commits at lists.llvm.org
Fri Aug 27 15:33:41 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 012b664b2ea705276b9a244334c6fff402783799
https://github.com/llvm/llvm-project/commit/012b664b2ea705276b9a244334c6fff402783799
Author: Michael Jones <michaelrj at google.com>
Date: 2021-08-27 (Fri, 27 Aug 2021)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
Log Message:
-----------
[compiler-rt] fix real strlens that were missed
In reviews.llvm.org/D108316 I missed a few instances of REAL(strlen) and
this change fixes that, as well as restoring one that seems like it
shouldn't have been changed.
Reviewed By: hctim, vitalybuka
Differential Revision: https://reviews.llvm.org/D108843
More information about the All-commits
mailing list