[PATCH] D11391: Fix testing for end of stream in bitstream reader.

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Wed Jul 22 13:07:05 PDT 2015


rafael added inline comments.

================
Comment at: include/llvm/Support/StreamingMemoryObject.h:56
@@ +55,3 @@
+  /// The number of bytes read at a time from the data streamer.
+  static constexpr uint32_t kChunkSize = 4096 * 4;
+
----------------
I don't think constexpr is supported everywhere. Why do you need it?


http://reviews.llvm.org/D11391







More information about the llvm-commits mailing list