[all-commits] [llvm/llvm-project] 0ab222: [gcov] Delete CC1 option -test-coverage
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Oct 19 21:49:08 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0ab222e7d730bb1f8b676e64b51615624e08614b
https://github.com/llvm/llvm-project/commit/0ab222e7d730bb1f8b676e64b51615624e08614b
Author: Fangrui Song <i at maskray.me>
Date: 2020-10-19 (Mon, 19 Oct 2020)
Changed paths:
M clang/include/clang/Basic/CodeGenOptions.def
M clang/include/clang/Driver/Options.td
M clang/lib/CodeGen/BackendUtil.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
R clang/test/CodeGenCXX/coverage.cpp
Log Message:
-----------
[gcov] Delete CC1 option -test-coverage
The name is unfortunate because it is similar to the driver option -ftest-coverage.
It turns out aside from one occurrence in a test, this option is not used.
More information about the All-commits
mailing list