[PATCH] D84453: [clang-tidy] Suppress one unittest under ASan.

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 24 01:39:53 PDT 2020


njames93 added a comment.

I was having issues with this test case under macos in D82188 <https://reviews.llvm.org/D82188>.
It would fail for seemingly no apparent reason until I disable a test in a different translation unit.
This made me think there is a subtle bug in the linker used on macos. That could also explain why asan is having a hard time with this as well.


Repository:
  rCTE Clang Tools Extra

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

https://reviews.llvm.org/D84453





More information about the cfe-commits mailing list