[PATCH] D43624: Change DEBUG() macro to LLVM_DEBUG()

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 27 08:42:52 PDT 2018


Meinersbur added a comment.

In https://reviews.llvm.org/D43624#1040281, @kuhar wrote:

> In https://reviews.llvm.org/D43624#1040260, @Nicola wrote:
>
> > I understand the concern, that's why I checked the "main" projects: libcxx, lld, compiler-rt and lldb and none of them use the macro. clang is the only one that does (as far as I can tell)
> >  Which other projects should I be checking?
>
>
> From the top of my head definitely Polly uses it. I'd make sure by cloning the git monorepo and doing a quick grep over it.


I do confirm that we are using `DEBUG(dbgs() << ./..)` in Polly.


https://reviews.llvm.org/D43624





More information about the llvm-commits mailing list