forked from OSchip/llvm-project
Fix compiler warning when compiling without asserts [NFC]
This commit is contained in:
parent
f2af4f8a45
commit
a50c0b0df7
|
@ -44,7 +44,9 @@ STATISTIC(NumOpenMPRuntimeFunctionsIdentified,
|
|||
STATISTIC(NumOpenMPRuntimeFunctionUsesIdentified,
|
||||
"Number of OpenMP runtime function uses identified");
|
||||
|
||||
#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
|
||||
static constexpr auto TAG = "[" DEBUG_TYPE "]";
|
||||
#endif
|
||||
|
||||
namespace {
|
||||
struct OpenMPOpt {
|
||||
|
|
Loading…
Reference in New Issue