[all-commits] [llvm/llvm-project] 8ded83: [llvm-cov] Add support for -skip-functions to lcov

Keith Smiley via All-commits all-commits at lists.llvm.org
Wed Jan 22 12:50:33 PST 2020


  Branch: refs/heads/arcpatch-D73160
  Home:   https://github.com/llvm/llvm-project
  Commit: 8ded83ff7e048bb45e56889f1bf00e36c63e1982
      https://github.com/llvm/llvm-project/commit/8ded83ff7e048bb45e56889f1bf00e36c63e1982
  Author: Keith Smiley <keithbsmiley at gmail.com>
  Date:   2020-01-22 (Wed, 22 Jan 2020)

  Changed paths:
    A llvm/test/tools/llvm-cov/export_functions-lcov.test
    M llvm/tools/llvm-cov/CoverageExporterLcov.cpp

  Log Message:
  -----------
  [llvm-cov] Add support for -skip-functions to lcov

Summary:
This flag was added for the json format to exclude functions from the
output. This mirrors that behavior in lcov (where it was previously
accepted but ignored). This makes the output file smaller which can be
beneficial depending on how you consume it, especially if you don't use
this data anyways.

Patch by Keith Smiley (@keith).

Reviewers: kastiglione, Dor1s, vsk, allevato

Reviewed By: Dor1s, allevato

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D73160




More information about the All-commits mailing list