[PATCH] D69471: [Coverage] Revise format to reduce binary size
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 29 15:39:44 PDT 2019
rnk added a comment.
I remember the direction from the BoF back in 2017. I'm glad you were able to find the time to work on this and that it ultimately worked out. Thanks so much!
I thought maybe you would need to do more to find .lcovfun on Windows, but I saw this comment:
https://github.com/llvm/llvm-project/blob/e73ae9a/compiler-rt/lib/profile/InstrProfilingPlatformWindows.c#L19
/* Do *NOT* merge .lprfn and .lcovmap into .rdata. llvm-cov must be able to find
* after the fact.
*/
So, I guess it will work as is.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69471/new/
https://reviews.llvm.org/D69471
More information about the llvm-commits
mailing list