[PATCH] D82322: [ASan][MSan] Remove EmptyAsm and set the CallInst to nomerge to avoid from merging.

Zequan Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 29 10:16:03 PDT 2020


zequanwu added a comment.

In D82322#2119815 <https://reviews.llvm.org/D82322#2119815>, @uweigand wrote:

> It looks like this broke the s390x build bots, since then I'm seeing a lot of ASan and MSan errors:
>  http://lab.llvm.org:8011/builders/clang-s390x-linux/builds/33485


It seems like all those tests failed because the second `CHECK` should match output line 4 but missing the line number at the end.
Since the patch passed tests in all other build bots, I wonder if it's because the build bot config is flaky.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82322





More information about the llvm-commits mailing list