summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2016-06-08 16:54:31 +0000
committerRui Ueyama <ruiu@google.com>2016-06-08 16:54:31 +0000
commitced0853b468dadcf50ad5dae68017e3cd9c86bda (patch)
treec58d58df49dda4a042cdf0bfe4ec2218aa3ebaf3 /llvm/lib
parentd1cd30b218897f41984cf3694fd19006b4799e8d (diff)
downloadbcm5719-llvm-ced0853b468dadcf50ad5dae68017e3cd9c86bda.tar.gz
bcm5719-llvm-ced0853b468dadcf50ad5dae68017e3cd9c86bda.zip
Remove a patch .rej file.
llvm-svn: 272171
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/DebugInfo/PDB/Raw/TpiStream.cpp.rej11
1 files changed, 0 insertions, 11 deletions
diff --git a/llvm/lib/DebugInfo/PDB/Raw/TpiStream.cpp.rej b/llvm/lib/DebugInfo/PDB/Raw/TpiStream.cpp.rej
deleted file mode 100644
index 3547269eff4..00000000000
--- a/llvm/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<IndexedStreamData>(Header->HashStreamIndex, Pdb), Pdb));
- codeview::StreamReader HSR(*HashStream);
- uint32_t NumHashValues = Header->HashValueBuffer.Length / sizeof(ulittle32_t);
- HSR.setOffset(Header->HashValueBuffer.Off);
OpenPOWER on IntegriCloud