From bdd8d795bb8e8aa053cd20693016208183d64f7a Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Wed, 8 Jun 2016 16:54:31 +0000 Subject: [PATCH] Remove a patch .rej file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272171 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/DebugInfo/PDB/Raw/TpiStream.cpp.rej | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 lib/DebugInfo/PDB/Raw/TpiStream.cpp.rej diff --git a/lib/DebugInfo/PDB/Raw/TpiStream.cpp.rej b/lib/DebugInfo/PDB/Raw/TpiStream.cpp.rej deleted file mode 100644 index 3547269eff4..00000000000 --- a/lib/DebugInfo/PDB/Raw/TpiStream.cpp.rej +++ /dev/null @@ -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(Header->HashStreamIndex, Pdb), Pdb)); - codeview::StreamReader HSR(*HashStream); - uint32_t NumHashValues = Header->HashValueBuffer.Length / sizeof(ulittle32_t); - HSR.setOffset(Header->HashValueBuffer.Off); -- 2.11.0