[PATCH] D145718: [hwasan] Provide aliases for c allocation functions for Fuchsia

Leonard Chan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 13 11:05:40 PDT 2023


leonardchan added a comment.

Sorry about that and thanks for the revert.

Those tests were failing from missing definitions of __sanitizer_mallopt and __sanitizer_mallinfo which my change removed so looks like we'll need to unconditionally define them and `__sanitizer_struct_mallinfo` for fuchsia also.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145718



More information about the llvm-commits mailing list