[PATCH] D16045: [Coverage]: Fixing bug: -fcoverage-mapping does not work with gc-sections
Vedant Kumar via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 1 18:08:33 PDT 2016
vsk accepted this revision.
vsk added a comment.
This revision is now accepted and ready to land.
This discussion is stale, and I'm closing it to clear out my queue.
David implemented this for ELF. There isn't a simple way to mark sections as non-allocatable on MachO. We don't have the gc-sections issue on Darwin, but I am planning on improving the dead-stripping situation there at some point.
https://reviews.llvm.org/D16045
More information about the llvm-commits
mailing list