[PATCH] D58413: [sanitizers] Restore internal_readlink for x32
Matt Morehouse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 21 09:08:25 PST 2019
morehouse added inline comments.
================
Comment at: compiler-rt/trunk/lib/sanitizer_common/tests/sanitizer_common_test.cc:444
+ EXPECT_NE((uptr)0, ReadBinaryNameCached(buf, sizeof(buf)));
+}
+
----------------
morehouse wrote:
> This test is failing on the Windows sanitizer bot: http://lab.llvm.org:8011/builders/sanitizer-windows/builds/42268
>
> Please take a look.
Reverted in https://reviews.llvm.org/rCRT354601.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58413/new/
https://reviews.llvm.org/D58413
More information about the llvm-commits
mailing list