[libcxx-commits] [PATCH] D150044: [libc++][print] Adds FILE functions.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 20 08:53:07 PDT 2023


Mordante added a comment.

In D150044#4519110 <https://reviews.llvm.org/D150044#4519110>, @hctim wrote:

> In D150044#4515777 <https://reviews.llvm.org/D150044#4515777>, @Mordante wrote:
>
>> Thanks! It's a bit tricky to find the proper flags to only disable it on aarch64 with msan. Instead I'll disable it for all msan builds.
>
> Unfortunately that doesn't quite do the trick, as we're also seeing the bug on the aarch64 asan <https://lab.llvm.org/buildbot/#/builders/239/builds/3134> and aarch64 hwasan <https://lab.llvm.org/buildbot/#/builders/236/builds/5308> bots as well :(.

I indeed only turned of msan, doing it for asan and hwsan is trivial. Are the other sanitizers that fail?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150044



More information about the libcxx-commits mailing list