Skip to content
Commit a4323a5c authored by Shankar Easwaran's avatar Shankar Easwaran
Browse files

This fixes a SIGSEGV failure in ReaderArchive while trying to trace what

InputFile is being pulled from the Archive library to resolve a symbol. 

The buffer which was being used was already being handed over to the
MemoryBuffer object and was being accessed after the hand over. 

Moving it before the buffer is handed over.

llvm-svn: 178838
parent 95923058
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment