Skip to content

Commit 8a3c3e9

Browse files
authored
cc_toolchain_config: coverage_feature stop providing profile (#81)
1 parent d9f1266 commit 8a3c3e9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

templates/cc_toolchain_config.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,6 @@ def _impl(ctx):
10571057
# can't resolve them unless the library is linked against gcov.
10581058
coverage_feature = feature(
10591059
name = "coverage",
1060-
provides = ["profile"],
10611060
flag_sets = [
10621061
flag_set(
10631062
actions = [

0 commit comments

Comments
 (0)