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

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 15 12:33:48 PST 2018


aprantl added a comment.

Just to make sure I'm reading this correctly: This patch does not change the bitcode format in any way?



================
Comment at: llvm/include/llvm/IR/DebugInfoSPFlags.def:27
+HANDLE_DISP_FLAG((1u << 3), Definition)
+HANDLE_DISP_FLAG((1u << 4), Optimized)
+
----------------
Personally I would just stick these macros next to the DIFlag macros so they are easier to find.


Repository:
  rL LLVM

https://reviews.llvm.org/D54597





More information about the llvm-commits mailing list