[all-commits] [llvm/llvm-project] d4ee60: Coverage: Document how to collect a profile withou...
Duncan P. N. Exon Smith via All-commits
all-commits at lists.llvm.org
Thu Apr 22 11:31:05 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d4ee603c8f21b4ae722c2a34d4dfa54b7abeeb16
https://github.com/llvm/llvm-project/commit/d4ee603c8f21b4ae722c2a34d4dfa54b7abeeb16
Author: Duncan P. N. Exon Smith <dexonsmith at apple.com>
Date: 2021-04-22 (Thu, 22 Apr 2021)
Changed paths:
M clang/docs/SourceBasedCodeCoverage.rst
Log Message:
-----------
Coverage: Document how to collect a profile without a filesystem
The profiling runtime was designed to work without static initializers
or a a filesystem (see 117cf2bd1ff585f9754b5f30f5a4cfd65b230bbf and
others). The no-static-initializers part was already documented but this
part got missed before.
Differential Revision: https://reviews.llvm.org/D101000
More information about the All-commits
mailing list