[PATCH] D76533: [clangd] Skip ClangdVFSTest.TestStackOverflow when address sanitizer is used
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Mar 21 02:06:26 PDT 2020
sammccall accepted this revision.
sammccall added a comment.
This revision is now accepted and ready to land.
This makes sense to me. We set the thread stack size to `clang::DesiredStackSize` which is an empirical hardcoded number tuned for a regular build, not asan.
Thanks, and sorry for the problems!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76533/new/
https://reviews.llvm.org/D76533
More information about the cfe-commits
mailing list