[PATCH] D157913: [Coverage] Allow Clang coverage to be used with debug info correlation.

Zequan Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 19 11:13:42 PDT 2023


zequanwu added a comment.

In D157913#4648313 <https://reviews.llvm.org/D157913#4648313>, @ellis wrote:

> I have seen that MachO sections remain in the header even if the size is zero which seems to be the case here. You could use `llvm-objdump` to verify that the section exists but the size is zero.

Thanks, I didn't notice that. And this can be easily detected.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157913



More information about the cfe-commits mailing list