diff options
| author | Shubham Sandeep Rastogi <srastogi22@apple.com> | 2024-12-19 18:09:14 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-19 18:09:14 -0800 |
| commit | 4307198d51487cc16f98eebb2113caf4a1905914 (patch) | |
| tree | dc652ce25d1db47f31ea99e288d2b51a4369a9c2 /llvm/tools/llvm-cov/CodeCoverage.cpp | |
| parent | d3c4637cbbd5f0a84811abe195098ce714a2cc32 (diff) | |
| download | llvm-4307198d51487cc16f98eebb2113caf4a1905914.zip llvm-4307198d51487cc16f98eebb2113caf4a1905914.tar.gz llvm-4307198d51487cc16f98eebb2113caf4a1905914.tar.bz2 | |
Move DroppedVariableStats to CodeGen lib (#120650)
To get Dropped variable statistics for MIR, we need to move the base
class DroppedVariableStats code to the CodeGen library because we cannot
have CodeGen link against Passes.
Also moved the code for the virtual functions to the header because
clang/lib/CodeGen doesn't link against llvm/lib/CodeGen however it does
link against Passes which contains the `class StandardInstrumentations`
code but not the definition for the virtual functions leading to the
error about not finding vtable for `class DroppedVariableStatsIR`
Diffstat (limited to 'llvm/tools/llvm-cov/CodeCoverage.cpp')
0 files changed, 0 insertions, 0 deletions
