[PATCH] D105826: [docs/llvm-cov] Document -compilation-dir
Zequan Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 12 10:43:33 PDT 2021
zequanwu added inline comments.
================
Comment at: llvm/docs/CommandGuide/llvm-cov.rst:317
+ when binaries have been compiled with either `-fcoverage-prefix-map` or
+ `-fcoverage-compilation-dir`.
+
----------------
Binaries compiled with `-ffile-compilation-dir=` would also have compilation directory set for coverage mapping. The flag set both `-fcoverage-compilation-dir` and `-fdebug-compilation-dir`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105826/new/
https://reviews.llvm.org/D105826
More information about the llvm-commits
mailing list