llvm-project/llvm/tools/llvm-tli-checker
Martin Storsjö 46776f7556 Fix warnings about variables that are set but only used in debug mode
Add void casts to mark the variables used, next to the places where
they are used in assert or `LLVM_DEBUG()` expressions.

Differential Revision: https://reviews.llvm.org/D123117
2022-04-06 10:01:46 +03:00
..
CMakeLists.txt Add llvm-tli-checker 2021-11-08 16:29:28 -08:00
Opts.td Add llvm-tli-checker 2021-11-08 16:29:28 -08:00
llvm-tli-checker.cpp Fix warnings about variables that are set but only used in debug mode 2022-04-06 10:01:46 +03:00