[PATCH] D144830: [asan darwin] Allow clients to implement `__sanitizer_report_error_summary`

Roy Sundahl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 10 17:21:09 PST 2023


rsundahl added a comment.

In D144830#4186199 <https://reviews.llvm.org/D144830#4186199>, @dmaclach wrote:

> usama/rsundahl how do I run an iOS test? I can't do arm, but x86_64 should be equivalent for a dyld problem? Also is there a waterfall for these types of breakages that I don't know about?

Not a waterfall, just a test failure due to an issue best read here: https://reviews.llvm.org/D127929 (show older changes). You can't test on iOS but you could test on macOS but even then your minimum deployment target has to be pretty high to see the issue manifest. In other words, you unsurprisingly couldn't anticipate this w/o better documentation and evangelization of the issue.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144830



More information about the llvm-commits mailing list