diff options
author | David Blaikie <dblaikie@gmail.com> | 2022-12-18 17:46:01 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2022-12-18 17:46:01 +0000 |
commit | 09e79659bf2aeb0a5bd8ad6a9a40734b42caaf8a (patch) | |
tree | deb221c64fef9fb08fe65f4aa98362c05ba31b44 /clang/lib/Serialization/ModuleManager.cpp | |
parent | 8685445b3c9c6643432d24db6ffedddeb49ed8d2 (diff) | |
download | llvm-09e79659bf2aeb0a5bd8ad6a9a40734b42caaf8a.zip llvm-09e79659bf2aeb0a5bd8ad6a9a40734b42caaf8a.tar.gz llvm-09e79659bf2aeb0a5bd8ad6a9a40734b42caaf8a.tar.bz2 |
llvm-profgen: Fix use of stats to be under LLVM_ENABLE_STATS
This caused a -Wunused-variable warning in a without-assert+with-stats
build (because the stats were included but their use was not).
Stat use is meant to be gated by LLVM_ENABLE_STATS which can be set
independently of assertions.
Diffstat (limited to 'clang/lib/Serialization/ModuleManager.cpp')
0 files changed, 0 insertions, 0 deletions