[llvm] r272171 - Remove a patch .rej file.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 8 09:54:31 PDT 2016


Author: ruiu
Date: Wed Jun  8 11:54:31 2016
New Revision: 272171

URL: http://llvm.org/viewvc/llvm-project?rev=272171&view=rev
Log:
Remove a patch .rej file.

Removed:
    llvm/trunk/lib/DebugInfo/PDB/Raw/TpiStream.cpp.rej

Removed: llvm/trunk/lib/DebugInfo/PDB/Raw/TpiStream.cpp.rej
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/DebugInfo/PDB/Raw/TpiStream.cpp.rej?rev=272170&view=auto
==============================================================================
--- llvm/trunk/lib/DebugInfo/PDB/Raw/TpiStream.cpp.rej (original)
+++ llvm/trunk/lib/DebugInfo/PDB/Raw/TpiStream.cpp.rej (removed)
@@ -1,11 +0,0 @@
-diff a/lib/DebugInfo/PDB/Raw/TpiStream.cpp b/lib/DebugInfo/PDB/Raw/TpiStream.cpp	(rejected hunks)
-@@ -101,7 +104,8 @@
-     return EC;
- 
-   // Hash indices, hash values, etc come from the hash stream.
--  HashStream.reset(new MappedBlockStream(Header->HashStreamIndex, Pdb));
-+  HashStream.reset(new MappedBlockStream(
-+      llvm::make_unique<IndexedStreamData>(Header->HashStreamIndex, Pdb), Pdb));
-   codeview::StreamReader HSR(*HashStream);
-   uint32_t NumHashValues = Header->HashValueBuffer.Length / sizeof(ulittle32_t);
-   HSR.setOffset(Header->HashValueBuffer.Off);




More information about the llvm-commits mailing list