[PATCH] D54597: [DebugInfo] DISubprogram flags get their own flags word. NFC

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 16 10:31:59 PST 2018


probinson added a comment.

In https://reviews.llvm.org/D54597#1301275, @aprantl wrote:

> I think this looks good now.


Can you make that official? :-)



================
Comment at: llvm/include/llvm/IR/DebugInfoFlags.def:14
 
 // TODO: Add other DW-based macros.
+#if !(defined HANDLE_DI_FLAG || defined HANDLE_DISP_FLAG)
----------------
aprantl wrote:
> Btw. I think this comment is out-of-date and can be removed.
Will do.


https://reviews.llvm.org/D54597





More information about the llvm-commits mailing list