[PATCH] D51943: [GCOV] Remove function names from gcno when using option -coverage-no-function-names-in-data
Marco Castelluccio via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 20 02:27:10 PDT 2018
marco-c added a comment.
We might have to introduce a separate option here.
`-coverage-no-function-names-in-data` could be useful when you want smaller GCDA files, but still want to be able to parse the function names.
Repository:
rL LLVM
https://reviews.llvm.org/D51943
More information about the llvm-commits
mailing list