[PATCH] D23766: DebugInfo: use strongly typed enum for debug info flags

Victor via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 31 23:08:38 PDT 2016


vleschuk marked an inline comment as done.

================
Comment at: include/llvm/IR/DebugInfoFlags.def:44
@@ -42,1 +43,3 @@
 
+#ifdef DI_FLAG_LARGEST_NEEDED
+// intended to be used with ADT/BitmaskEnum.h
----------------
Done, see new diff.


https://reviews.llvm.org/D23766





More information about the llvm-commits mailing list