mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-13 06:34:24 +00:00
Remove a patch .rej file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272171 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
792b56f6a7
commit
bdd8d795bb
@ -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);
|
Loading…
x
Reference in New Issue
Block a user