You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[clang][cas] Strip -coverage-data-file and -coverage-notes-file from PCH
Companion to https://reviews.llvm.org/D147282; when caching a PCH,
remove the -coverage-data-file and -coverage-notes-file options. These
paths cannot currently be prefix-mapped, because they are emitted into
the binary for the coverage runtime to use. However, they have no effect
on PCH, so remove them.
rdar://107443796
(cherry picked from commit 0d086a5)
(cherry picked from commit eb9236e)
0 commit comments