[libcxx-commits] [PATCH] D144394: [libc++] Forward to std::{, w}memchr in std::find

Thurston Dang via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 25 10:54:06 PDT 2023


thurston added a comment.

I think this might have broken one of the sanitizer buildbots:

https://lab.llvm.org/buildbot/#/builders/37/builds/22340

  + diff -u /b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt undefined.new
  +wmemchr U
  + echo 'Failed: unexpected symbols'

(it might just need to have that line added?)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144394/new/

https://reviews.llvm.org/D144394



More information about the libcxx-commits mailing list