llvm-project
9855134d - [memprof] Use #ifdef EXPENSIVE_CHECKS (#86585)

Commit
1 year ago
[memprof] Use #ifdef EXPENSIVE_CHECKS (#86585) This patch replaces: #if EXPENSIVE_CHECKS with: #ifdef EXPENSIVE_CHECKS to follow the existing conventions.
Parents
Loading