[PATCH] D51423: Fix DebugCounterTest when running all SupportTests
George Burgess IV via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 29 08:20:46 PDT 2018
george.burgess.iv added a comment.
Thanks for this!
================
Comment at: unittests/Support/DebugCounterTest.cpp:17
#ifndef NDEBUG
DEBUG_COUNTER(TestCounter, "test-counter",
"Counter used for unit test");
----------------
Would it be possible/simpler to move this into the `TEST` instead?
Repository:
rL LLVM
https://reviews.llvm.org/D51423
More information about the llvm-commits
mailing list