[PATCH] D14961: LLVM CodeView library

Dave Bartolomeo via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 17 16:47:28 PST 2015


DaveBartolomeo marked 6 inline comments as done.

================
Comment at: lib/DebugInfo/CodeView/ListRecordBuilder.cpp:28
@@ +27,3 @@
+
+  // TODO: Continuations
+  assert(Builder.size() < 65536);
----------------
silvas wrote:
> Is this TODO related to the assertion?
It is. I've updated the comment to be more descriptive.


http://reviews.llvm.org/D14961





More information about the llvm-commits mailing list