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

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 16 10:20:52 PST 2018


aprantl added a comment.

I think this looks good now.



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


https://reviews.llvm.org/D54597





More information about the llvm-commits mailing list