[PATCH] D16092: [Coverage] Do not allocate memory for coverage map data (Linux)

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 13 12:45:27 PST 2016


vsk added a comment.

I changed the .section directive to `.section __COV,__llvm_covmap` per your suggestion. Placing the covmap section in the __DWARF segment results in the same behavior (it is mapped into process memory).


http://reviews.llvm.org/D16092





More information about the llvm-commits mailing list