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

Mitch Phillips via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 20 07:54:05 PDT 2023


hctim added a comment.

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 :(.


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