diff options
author | Teresa Johnson <tejohnson@google.com> | 2025-05-07 21:20:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-07 21:20:01 -0700 |
commit | 7348d7eccbc452ed1fd9bc219c796f1214a3cc84 (patch) | |
tree | 759f4744f2a5ffcdd70f8e25cc99e471e895fb07 /clang/unittests/Format/ConfigParseTest.cpp | |
parent | efd805ed5591b557d66c95c1ca11701ef7bc897d (diff) | |
download | llvm-7348d7eccbc452ed1fd9bc219c796f1214a3cc84.zip llvm-7348d7eccbc452ed1fd9bc219c796f1214a3cc84.tar.gz llvm-7348d7eccbc452ed1fd9bc219c796f1214a3cc84.tar.bz2 |
[MemProf] Avoid assertion checking loop under NDEBUG (NFC) (#138985)
Guard a loop that only exists to do assertion checking of stack ids on
memprof metadata so that it isn't compiled and executed under NDEBUG.
This is similar to how callsite metadata stack id verification is
guarded further below.
Diffstat (limited to 'clang/unittests/Format/ConfigParseTest.cpp')
0 files changed, 0 insertions, 0 deletions