aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cov/CodeCoverage.cpp
diff options
context:
space:
mode:
authorShubham Sandeep Rastogi <srastogi22@apple.com>2024-12-19 18:09:14 -0800
committerGitHub <noreply@github.com>2024-12-19 18:09:14 -0800
commit4307198d51487cc16f98eebb2113caf4a1905914 (patch)
treedc652ce25d1db47f31ea99e288d2b51a4369a9c2 /llvm/tools/llvm-cov/CodeCoverage.cpp
parentd3c4637cbbd5f0a84811abe195098ce714a2cc32 (diff)
downloadllvm-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