[PATCH] D102594: [NFCI] Move DEBUG_TYPE definition below #include of headers

Chuanqi Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 17 00:08:46 PDT 2021


ChuanqiXu added a comment.

This fix looks good.

> which could result in conflicts when you try to define a new DEBUG_TYPE in a related header file.

And I am wondering the reason you want to define DEBUG_TYPE in a header file. It isn't what we used to do.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102594/new/

https://reviews.llvm.org/D102594



More information about the llvm-commits mailing list