[PATCH] D21157: [pdb] Improve StreamInterface to support writing

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 11 00:33:04 PDT 2016


chapuni added a subscriber: chapuni.

================
Comment at: llvm/trunk/unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp:317
@@ +316,3 @@
+  StringRef FStr[] = {"Fixed Str", ""};
+  ArrayRef<uint8_t> byteArray[] = {{'1', '2'}, {'0', '0'}};
+  ArrayRef<uint32_t> intArray[] = {{890723408, 29082234}, {0, 0}};
----------------
I am afraid if it generated temporary objects. Fixed in r272457.


Repository:
  rL LLVM

http://reviews.llvm.org/D21157





More information about the llvm-commits mailing list