[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 09:28:39 PDT 2023


Mordante added a comment.

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

> In D150044#4519273 <https://reviews.llvm.org/D150044#4519273>, @Mordante wrote:
>
>> I indeed only turned of msan, doing it for asan and hwsan is trivial. Are the other sanitizers that fail?
>
> The aarch64-ubsan build bot is fine, so it's just aarch64_{asan,msan,hwasan}. Still looking into getting you a stack trace or some other debugging info.

I've committed a fix for these two sanitizers too. Thanks for the info.


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