[all-commits] [llvm/llvm-project] ffb368: sanitizer_common: fix buildbot by restoring wcslen...

Thurston Dang via All-commits all-commits at lists.llvm.org
Thu May 18 23:56:23 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ffb368d650c284ff7e452dcf827e95f8b949ec62
      https://github.com/llvm/llvm-project/commit/ffb368d650c284ff7e452dcf827e95f8b949ec62
  Author: Thurston Dang <thurston at google.com>
  Date:   2023-05-19 (Fri, 19 May 2023)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h

  Log Message:
  -----------
  sanitizer_common: fix buildbot by restoring wcslen semantics

Windows buildbot (https://lab.llvm.org/buildbot/#/builders/127/builds/48479)
was broken by my patch https://reviews.llvm.org/D150909 because it
gated wcslen interception to SI_POSIX, instead of always intercepting wcslen.
This changes it back to always intercepting wcslen.




More information about the All-commits mailing list